Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c167 #define NUM_L2_ENTRIES 256 macro
170 #define L2_TBL_SIZE (NUM_L2_ENTRIES * 4)
206 typedef uint32_t l2_xlat_tbl_t[NUM_L2_ENTRIES];
552 tbl_info->num_entries = NUM_L2_ENTRIES; in core_mmu_set_info_table()
689 for (i = 0; i < NUM_L2_ENTRIES; i++, pa += SMALL_PAGE_SIZE) in core_mmu_entry_to_finer_grained()