Home
last modified time | relevance | path

Searched refs:PSR_PAN_BIT (Results 1 – 3 of 3) sorted by relevance

/arch/arm64/include/uapi/asm/
Dptrace.h47 #define PSR_PAN_BIT 0x00400000 macro
/arch/arm64/kernel/
Dentry.S153 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
155 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
228 and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
/arch/arm64/mm/
Dfault.c210 (regs->pstate & PSR_PAN_BIT); in is_permission_fault()