Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kvm/hyp/
Dexception.c145 new |= (old & PSR_PAN_BIT); in enter_exception64()
147 new |= PSR_PAN_BIT; in enter_exception64()
/linux-6.12.1/arch/arm64/include/uapi/asm/
Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/linux-6.12.1/arch/arm64/kernel/
Dentry.S477 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
479 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
492 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
Dprocess.c192 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/linux-6.12.1/arch/arm64/mm/
Dfault.c269 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()
/linux-6.12.1/arch/arm64/kvm/
Dat.c815 pan = *vcpu_cpsr(vcpu) & PSR_PAN_BIT; in handle_at_slow()