Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c128 new |= (old & PSR_PAN_BIT); in enter_exception64()
130 new |= PSR_PAN_BIT; in enter_exception64()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dptrace.h50 #define PSR_PAN_BIT 0x00400000 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry.S500 orr x23, x23, #PSR_PAN_BIT // Set the emulated PAN in the saved SPSR
502 and x23, x23, #~PSR_PAN_BIT // Clear the emulated PAN in the saved SPSR
515 1: and x22, x22, #~PSR_PAN_BIT // ARMv8.0 CPUs do not understand this bit
H A Dprocess.c262 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dfault.c251 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()