Searched refs:PSR_MODE_EL2h (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm64/kvm/hyp/ |
| H A D | exception.c | 108 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 D | rtkit-crashlog.c | 24 #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 D | sysreg-sr.h | 299 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 D | switch.c | 367 case PSR_MODE_EL2h: in kvm_hyp_handle_eret() 556 mode = PSR_MODE_EL2h; in fixup_guest_exit()
|
| /linux/arch/arm64/kvm/ |
| H A D | reset.c | 43 #define VCPU_RESET_PSTATE_EL2 (PSR_MODE_EL2h | PSR_A_BIT | PSR_I_BIT | \
|
| H A D | handle_exit.c | 533 if (mode != PSR_MODE_EL2t && mode != PSR_MODE_EL2h) { in nvhe_hyp_panic_handler()
|
| H A D | guest.c | 258 case PSR_MODE_EL2h: in set_core_reg()
|
| H A D | emulate-nested.c | 2767 direct_inject |= (mode == PSR_MODE_EL2h || mode == PSR_MODE_EL2t); in kvm_inject_nested()
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | hyp-init.S | 238 mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT | PSR_MODE_EL2h)
|
| /linux/arch/arm64/kernel/ |
| H A D | hyp-stub.S | 158 mov x1, #PSR_MODE_EL2h
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_arm.h | 365 { PSR_MODE_EL2h, "EL2h" }, \
|
| H A D | kvm_emulate.h | 181 case PSR_MODE_EL2h: in vcpu_is_el2_ctxt()
|