Home
last modified time | relevance | path

Searched refs:PSR_IL_BIT (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dptrace.h33 #define PSR_IL_BIT (1 << 20) macro
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h263 pstate = PSR_MODE_EL2h | PSR_IL_BIT; in __sysreg_restore_el2_return_state()
/linux/arch/arm64/kernel/
H A Dprocess.c411 childregs->pstate = PSR_MODE_EL1h | PSR_IL_BIT; in copy_thread()
/linux/arch/arm64/kvm/
H A Demulate-nested.c2342 spsr |= PSR_IL_BIT; in kvm_check_illegal_exception_return()
2375 if (kvm_has_pauth(vcpu->kvm, FPACCOMBINE) && !(spsr & PSR_IL_BIT)) { in kvm_emulate_nested_eret()