Searched refs:PSR_PAN_BIT (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | inject_fault.c | 94 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 D | exception.c | 145 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 D | ptrace.h | 51 #define PSR_PAN_BIT 0x00400000 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 25 #define PSR_PAN_BIT 0x00400000 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 39 #define PSR_PAN_BIT 0x00400000 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-arm64/asm/ |
H A D | ptrace.h | 39 #define PSR_PAN_BIT 0x00400000 macro
|
/kernel/linux/linux-6.6/arch/arm64/include/uapi/asm/ |
H A D | ptrace.h | 51 #define PSR_PAN_BIT 0x00400000 macro
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | entry.S | 401 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 D | process.c | 254 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | entry.S | 478 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 D | process.c | 191 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | fault.c | 246 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | fault.c | 270 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()
|
Completed in 11 milliseconds