Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dexception.c139 new |= (old & PSR_PAN_BIT); in enter_exception64()
141 new |= PSR_PAN_BIT; in enter_exception64()
/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h51 #define PSR_PAN_BIT 0x00400000 macro
/linux/arch/arm64/kernel/
H A 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
H A Dprocess.c193 pstate & PSR_PAN_BIT ? '+' : '-', in print_pstate()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-main.c703 spsr_mask = PSR_N_BIT | PSR_Z_BIT | PSR_C_BIT | PSR_V_BIT | PSR_DIT_BIT | PSR_PAN_BIT; in inject_undef64()
714 new_spsr |= PSR_PAN_BIT; in inject_undef64()
/linux/arch/arm64/mm/
H A Dfault.c267 (regs->pstate & PSR_PAN_BIT); in is_el1_permission_fault()
/linux/arch/arm64/kvm/
H A Dat.c1260 (*vcpu_cpsr(vcpu) & PSR_PAN_BIT); in handle_at_slow()