Home
last modified time | relevance | path

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

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