Searched refs:tables_used (Results 1 – 1 of 1) sorted by relevance
208 uint32_t tables_used; member215 .tables_used = 0,272 DMSG("L2 table used: %d/%d", prtn->tables_used + to_alloc, in core_mmu_alloc_l2()274 if (prtn->tables_used + to_alloc > MAX_XLAT_TABLES) in core_mmu_alloc_l2()277 memset(prtn->l2_tables[prtn->tables_used], 0, in core_mmu_alloc_l2()279 prtn->tables_used += to_alloc; in core_mmu_alloc_l2()280 return prtn->l2_tables[prtn->tables_used - to_alloc]; in core_mmu_alloc_l2()
Completed in 3 milliseconds