Searched refs:CORE_MMU_USER_CODE_MASK (Results 1 – 2 of 2) sorted by relevance
24 if (!b || (b & CORE_MMU_USER_CODE_MASK) || in init_pool()25 !sz || (sz & CORE_MMU_USER_CODE_MASK)) in init_pool()
35 #define CORE_MMU_USER_CODE_MASK ((paddr_t)CORE_MMU_USER_CODE_SIZE - 1) macro