Home
last modified time | relevance | path

Searched refs:PSR_MODE_EL2h (Results 1 – 12 of 12) 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 Dhandle_exit.c533 if (mode != PSR_MODE_EL2t && mode != PSR_MODE_EL2h) { in nvhe_hyp_panic_handler()
H A Dguest.c258 case PSR_MODE_EL2h: in set_core_reg()
H A Demulate-nested.c2767 direct_inject |= (mode == PSR_MODE_EL2h || mode == PSR_MODE_EL2t); in kvm_inject_nested()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S238 mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT | PSR_MODE_EL2h)
/linux/arch/arm64/kernel/
H A Dhyp-stub.S158 mov x1, #PSR_MODE_EL2h
/linux/arch/arm64/include/asm/
H A Dkvm_arm.h365 { PSR_MODE_EL2h, "EL2h" }, \
H A Dkvm_emulate.h181 case PSR_MODE_EL2h: in vcpu_is_el2_ctxt()