Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kvm/hyp/
A Dexception.c145 new |= (old & PSR_PAN_BIT); in enter_exception64()
147 new |= PSR_PAN_BIT; in enter_exception64()
/linux-6.3-rc2/arch/arm64/include/uapi/asm/
A Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/linux-6.3-rc2/arch/arm64/kernel/
A Dentry.S470 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
472 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
485 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
A Dprocess.c191 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/linux-6.3-rc2/arch/arm64/mm/
A Dfault.c256 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()

Completed in 9 milliseconds