Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_lpae.c210 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
223 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
269 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
681 if (CORE_MMU_BASE_TABLE_LEVEL == 0) { in set_user_va_idx()
727 #if (CORE_MMU_BASE_TABLE_LEVEL == 0) in core_init_mmu_prtn_ta_core()
955 #if (CORE_MMU_BASE_TABLE_LEVEL > 0) in core_mmu_set_info_table()
956 assert(level >= CORE_MMU_BASE_TABLE_LEVEL); in core_mmu_set_info_table()
960 if (level == CORE_MMU_BASE_TABLE_LEVEL) in core_mmu_set_info_table()
1024 if (level == CORE_MMU_BASE_TABLE_LEVEL && in core_mmu_find_table()
1140 #if (CORE_MMU_BASE_TABLE_LEVEL == 0) in core_mmu_get_user_mapping_entry()
[all …]
/optee_os-3.20.0/core/arch/riscv/include/mm/
A Dcore_mmu_arch.h85 #define CORE_MMU_BASE_TABLE_LEVEL 0 macro
87 CORE_MMU_BASE_TABLE_LEVEL + \
/optee_os-3.20.0/core/arch/arm/include/mm/
A Dcore_mmu_arch.h63 #define CORE_MMU_BASE_TABLE_LEVEL U(1) macro
66 #define CORE_MMU_BASE_TABLE_LEVEL U(0) macro
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c822 if (attr || level > CORE_MMU_BASE_TABLE_LEVEL) { in dump_xlat_table()
1369 dump_xlat_table(0x0, CORE_MMU_BASE_TABLE_LEVEL); in core_init_mmu_map()
1668 level = CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_map_region()

Completed in 10 milliseconds