Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dptrace.h56 #define PSR_IL_BIT (1 << 20) macro
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h203 pstate = PSR_MODE_EL2h | PSR_IL_BIT; in __sysreg_restore_el2_return_state()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c401 childregs->pstate = PSR_MODE_EL1h | PSR_IL_BIT; in copy_thread()
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1898 spsr |= PSR_IL_BIT; in kvm_check_illegal_exception_return()