Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/mm/
H A Dcore_mmu_arch.h63 #define CORE_MMU_BASE_TABLE_LEVEL U(1) macro
66 #define CORE_MMU_BASE_TABLE_LEVEL U(0) macro
211 #if CORE_MMU_BASE_TABLE_LEVEL == 0 in core_mmu_level_in_range()
214 return level >= CORE_MMU_BASE_TABLE_LEVEL && in core_mmu_level_in_range()
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c185 #define BASE_XLAT_ADDRESS_SHIFT XLAT_ADDR_SHIFT(CORE_MMU_BASE_TABLE_LEVEL)
186 #define BASE_XLAT_BLOCK_SIZE XLAT_BLOCK_SIZE(CORE_MMU_BASE_TABLE_LEVEL)
214 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
228 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
288 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
339 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
355 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
529 #if (CORE_MMU_BASE_TABLE_LEVEL == 0)
579 #if (CORE_MMU_BASE_TABLE_LEVEL == 0) in core_alloc_mmu_prtn()
924 if (CORE_MMU_BASE_TABLE_LEVEL == 0) { in set_user_va_idx()
[all …]
/optee_os/core/arch/riscv/include/mm/
H A Dcore_mmu_arch.h156 #define CORE_MMU_BASE_TABLE_LEVEL (RISCV_PGLEVELS - 1) macro
158 CORE_MMU_SHIFT_OF_LEVEL(CORE_MMU_BASE_TABLE_LEVEL)
228 return level <= CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_level_in_range()
/optee_os/core/arch/riscv/mm/
H A Dcore_mmu_arch.c478 unsigned int level = CORE_MMU_BASE_TABLE_LEVEL; in core_init_mmu_prtn_ta_core()
486 if (level == CORE_MMU_BASE_TABLE_LEVEL) { in core_init_mmu_prtn_ta_core()
699 for (level = CORE_MMU_BASE_TABLE_LEVEL; level >= 0; level--) { in arch_va2pa_helper()
757 unsigned int level = CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_find_table()
904 __maybe_unused unsigned int level = CORE_MMU_BASE_TABLE_LEVEL; in set_user_va_idx()
/optee_os/core/include/mm/
H A Dcore_mmu.h481 if (tbl_info->level == CORE_MMU_BASE_TABLE_LEVEL) in core_mmu_va2idx()
/optee_os/core/mm/
H A Dcore_mmu.c968 if (attr || level > CORE_MMU_BASE_TABLE_LEVEL) { in dump_xlat_table()
1661 dump_xlat_table(0x0, CORE_MMU_BASE_TABLE_LEVEL); in core_init_mmu_map()
1987 level = CORE_MMU_BASE_TABLE_LEVEL; in core_mmu_map_region()