Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dphys_mem.c24 if (!b || (b & CORE_MMU_USER_CODE_MASK) || in init_pool()
25 !sz || (sz & CORE_MMU_USER_CODE_MASK)) in init_pool()
/optee_os/core/include/mm/
H A Dcore_mmu.h35 #define CORE_MMU_USER_CODE_MASK ((paddr_t)CORE_MMU_USER_CODE_SIZE - 1) macro