Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/
Dinject_fault.c94 new |= (old & PSR_PAN_BIT); in enter_exception64()
96 new |= PSR_PAN_BIT; in enter_exception64()
/Linux-v5.10/arch/arm64/include/uapi/asm/
Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/Linux-v5.10/arch/arm64/kernel/
Dentry.S385 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
387 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
400 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
Dprocess.c254 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/Linux-v5.10/arch/arm64/mm/
Dfault.c246 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()