Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dexception.c108 case PSR_MODE_EL2h: in enter_exception64()
341 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_sync); in kvm_inject_exception()
345 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_irq); in kvm_inject_exception()
349 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_serror); in kvm_inject_exception()
/linux/drivers/soc/apple/
H A Drtkit-crashlog.c24 #define PSR_MODE_EL2h 0x00000009 macro
153 case PSR_MODE_EL2h: in apple_rtkit_crashlog_dump_regs()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h299 case PSR_MODE_EL2h: in to_hw_pstate()
325 pstate = PSR_MODE_EL2h | PSR_IL_BIT; in __sysreg_restore_el2_return_state()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c367 case PSR_MODE_EL2h: in kvm_hyp_handle_eret()
556 mode = PSR_MODE_EL2h; in fixup_guest_exit()
/linux/arch/arm64/kvm/
H A Dreset.c43 #define VCPU_RESET_PSTATE_EL2 (PSR_MODE_EL2h | PSR_A_BIT | PSR_I_BIT | \
H A Dguest.c258 case PSR_MODE_EL2h: in set_core_reg()
/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h183 case PSR_MODE_EL2h: in vcpu_is_el2_ctxt()