Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/mm/
H A Dcore_mmu_arch.h46 #define CORE_MMU_PGDIR_SHIFT U(21) macro
49 #define CORE_MMU_PGDIR_SHIFT U(20) macro
/optee_os/core/arch/riscv/include/mm/
H A Dcore_mmu_arch.h153 #define CORE_MMU_PGDIR_SHIFT \ macro
/optee_os/core/include/mm/
H A Dcore_mmu.h30 #define CORE_MMU_PGDIR_SIZE BIT(CORE_MMU_PGDIR_SHIFT)
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c340 CORE_MMU_PGDIR_SHIFT; in find_pager_table_may_fail()