Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/mm/
A Dcore_mmu_lpae.c207 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
220 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
266 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
666 if (CORE_MMU_BASE_TABLE_LEVEL == 0) { in set_user_va_idx()
712 #if (CORE_MMU_BASE_TABLE_LEVEL == 0) in core_init_mmu_prtn_ta_core()
919 #if (CORE_MMU_BASE_TABLE_LEVEL > 0) in core_mmu_set_info_table()
920 assert(level >= CORE_MMU_BASE_TABLE_LEVEL); in core_mmu_set_info_table()
924 if (level == CORE_MMU_BASE_TABLE_LEVEL) in core_mmu_set_info_table()
988 if (level == CORE_MMU_BASE_TABLE_LEVEL && in core_mmu_find_table()
1104 #if (CORE_MMU_BASE_TABLE_LEVEL == 0) in core_mmu_get_user_mapping_entry()
[all …]
A Dcore_mmu.c746 if (attr || level > CORE_MMU_BASE_TABLE_LEVEL) { in dump_xlat_table()
1260 dump_xlat_table(0x0, CORE_MMU_BASE_TABLE_LEVEL); in core_init_mmu_map()
1667 level = CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_map_region()
/optee_os/core/arch/arm/include/mm/
A Dcore_mmu.h55 #define CORE_MMU_BASE_TABLE_LEVEL U(1) macro
58 #define CORE_MMU_BASE_TABLE_LEVEL U(0) macro

Completed in 10 milliseconds