Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/mm/
A Dcore_mmu.h34 #define CORE_MMU_USER_CODE_MASK ((paddr_t)CORE_MMU_USER_CODE_SIZE - 1) macro
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c2409 if (!ps || (ps & CORE_MMU_USER_CODE_MASK) || in core_mmu_init_ta_ram()
2410 !size || (size & CORE_MMU_USER_CODE_MASK)) in core_mmu_init_ta_ram()

Completed in 8 milliseconds