Searched refs:tables_used (Results 1 – 1 of 1) sorted by relevance
222 uint32_t tables_used; member229 .tables_used = 0,286 DMSG("L2 table used: %d/%d", prtn->tables_used + to_alloc, in core_mmu_alloc_l2()288 if (prtn->tables_used + to_alloc > MAX_XLAT_TABLES) in core_mmu_alloc_l2()291 memset(prtn->l2_tables[prtn->tables_used], 0, in core_mmu_alloc_l2()293 prtn->tables_used += to_alloc; in core_mmu_alloc_l2()294 return prtn->l2_tables[prtn->tables_used - to_alloc]; in core_mmu_alloc_l2()
Completed in 4 milliseconds