Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/
H A Dexception.c116 case PSR_MODE_EL2h: in enter_exception64()
349 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_sync); in kvm_inject_exception()
353 enter_exception64(vcpu, PSR_MODE_EL2h, except_type_irq); in kvm_inject_exception()
357 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.c357 case PSR_MODE_EL2h: in kvm_hyp_handle_eret()
546 mode = PSR_MODE_EL2h; in fixup_guest_exit()
/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h36 #define PSR_MODE_EL2h 0x00000009 macro
/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.c528 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()
/linux/arch/arm64/kernel/
H A Dhyp-stub.S153 mov x1, #PSR_MODE_EL2h
/linux/arch/arm64/include/asm/
H A Dptrace.h22 (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL2h)
H A Dkvm_arm.h364 { PSR_MODE_EL2h, "EL2h" }, \
H A Dkvm_emulate.h197 case PSR_MODE_EL2h: in vcpu_is_el2_ctxt()
/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)