Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_v7.c164 #define NUM_L1_ENTRIES 4096 macro
167 #define L1_TBL_SIZE (NUM_L1_ENTRIES * 4)
203 typedef uint32_t l1_xlat_tbl_t[NUM_L1_ENTRIES];
493 tbl_info->num_entries = NUM_L1_ENTRIES; in core_mmu_set_info_table()
600 if (idx >= NUM_L1_ENTRIES) in core_mmu_entry_to_finer_grained()

Completed in 4 milliseconds