Searched refs:PSR_MODE_EL2h (Results 1 – 13 of 13) sorted by relevance
/linux/arch/arm64/kvm/hyp/ |
H A D | exception.c | 116 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 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 | 357 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 D | ptrace.h | 36 #define PSR_MODE_EL2h 0x00000009 macro
|
/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 | 528 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()
|
/linux/arch/arm64/kernel/ |
H A D | hyp-stub.S | 153 mov x1, #PSR_MODE_EL2h
|
/linux/arch/arm64/include/asm/ |
H A D | ptrace.h | 22 (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL2h)
|
H A D | kvm_arm.h | 364 { PSR_MODE_EL2h, "EL2h" }, \
|
H A D | kvm_emulate.h | 197 case PSR_MODE_EL2h: in vcpu_is_el2_ctxt()
|
/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)
|