Home
last modified time | relevance | path

Searched refs:PSR_PAN_BIT (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dinject_fault.c94 new |= (old & PSR_PAN_BIT); in enter_exception64()
96 new |= PSR_PAN_BIT; in enter_exception64()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dexception.c145 new |= (old & PSR_PAN_BIT); in enter_exception64()
147 new |= PSR_PAN_BIT; in enter_exception64()
/kernel/linux/linux-5.10/arch/arm64/include/uapi/asm/
H A Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h25 #define PSR_PAN_BIT 0x00400000 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h39 #define PSR_PAN_BIT 0x00400000 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/
H A Dptrace.h39 #define PSR_PAN_BIT 0x00400000 macro
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/
H A Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dentry.S401 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
403 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
414 tbnz x22, #22, 1f // Skip re-enabling TTBR0 access if the PSR_PAN_BIT is set
416 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
H A Dprocess.c254 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dentry.S478 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
480 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
491 tbnz x22, #22, 1f // Skip re-enabling TTBR0 access if the PSR_PAN_BIT is set
493 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
H A Dprocess.c191 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dfault.c246 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dfault.c270 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()

Completed in 11 milliseconds