Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c206 typedef uint32_t l2_xlat_tbl_t[NUM_L2_ENTRIES]; typedef
214 static l2_xlat_tbl_t main_mmu_l2_ttb[MAX_XLAT_TABLES]
232 l2_xlat_tbl_t *l2_tables;
285 static_assert(sizeof(l2_xlat_tbl_t) * 4 == SMALL_PAGE_SIZE); in alloc_l2_table()
328 sizeof(l2_xlat_tbl_t)); in alloc_l2_table()
692 memset(new_table, 0, sizeof(l2_xlat_tbl_t)); in core_mmu_entry_to_finer_grained()