Searched refs:CR_XP (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/include/asm/ | ||
H A D | cp15.h | 36 #define CR_XP (1 << 23) /* Extended page tables */ macro |
/linux/arch/arm/mm/ | ||
H A D | init.c | 392 return !!(get_cr() & CR_XP); in arch_has_strict_perms() |