Home
last modified time | relevance | path

Searched refs:tables_used (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_v7.c222 uint32_t tables_used; member
229 .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