Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c166 #define NUM_L1_ENTRIES 4096 macro
169 #define L1_TBL_SIZE (NUM_L1_ENTRIES * 4)
205 typedef uint32_t l1_xlat_tbl_t[NUM_L1_ENTRIES];
549 tbl_info->num_entries = NUM_L1_ENTRIES; in core_mmu_set_info_table()
659 if (idx >= NUM_L1_ENTRIES) in core_mmu_entry_to_finer_grained()