Home
last modified time | relevance | path

Searched refs:PSR_MODE_EL1h (Results 1 – 16 of 16) sorted by relevance

/linux/arch/arm64/kvm/
H A Dinject_fault.c22 return PSR_MODE_EL1h; in exception_target_el()
34 case PSR_MODE_EL1h: in exception_target_el()
36 return PSR_MODE_EL1h; in exception_target_el()
38 return vcpu_el2_tge_is_set(vcpu) ? PSR_MODE_EL2h : PSR_MODE_EL1h; in exception_target_el()
62 if (exception_target_el(vcpu) == PSR_MODE_EL1h) in pend_sync_exception()
70 if (exception_target_el(vcpu) == PSR_MODE_EL1h) in pend_serror_exception()
87 if (exception_target_el(vcpu) == PSR_MODE_EL1h) in __effective_sctlr2_bit()
H A Dreset.c40 #define VCPU_RESET_PSTATE_EL1 (PSR_MODE_EL1h | PSR_A_BIT | PSR_I_BIT | \
H A Dguest.c265 case PSR_MODE_EL1h: in set_core_reg()
H A Demulate-nested.c2672 mode == PSR_MODE_EL1h))) { in kvm_check_illegal_exception_return()
/linux/arch/arm64/kvm/hyp/
H A Dexception.c43 if (target_mode == PSR_MODE_EL1h) in __vcpu_write_spsr()
103 case PSR_MODE_EL1h: in enter_exception64()
333 enter_exception64(vcpu, PSR_MODE_EL1h, except_type_sync); in kvm_inject_exception()
337 enter_exception64(vcpu, PSR_MODE_EL1h, except_type_serror); in kvm_inject_exception()
/linux/arch/arm64/include/asm/
H A Dftrace.h156 regs->pstate = PSR_MODE_EL1h; in ftrace_partial_regs()
164 (_regs)->pstate = PSR_MODE_EL1h; \
H A Dperf_event.h20 (regs)->pstate = PSR_MODE_EL1h; \
H A Dptrace.h20 (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL1h)
H A Dkvm_arm.h337 { PSR_MODE_EL1h, "EL1h" }, \
/linux/drivers/soc/apple/
H A Drtkit-crashlog.c22 #define PSR_MODE_EL1h 0x00000005 macro
147 case PSR_MODE_EL1h: in apple_rtkit_crashlog_dump_regs()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c368 mode = PSR_MODE_EL1h; in kvm_hyp_handle_eret()
555 case PSR_MODE_EL1h: in fixup_guest_exit()
/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h34 #define PSR_MODE_EL1h 0x00000005 macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S115 PSR_MODE_EL1h)
H A Dhyp-main.c711 new_spsr |= PSR_MODE_EL1h; in inject_undef64()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h300 mode = PSR_MODE_EL1h; in to_hw_pstate()
/linux/arch/arm64/kernel/
H A Dprocess.c499 childregs->pstate = PSR_MODE_EL1h | PSR_IL_BIT; in copy_thread()