Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/
H A Dexception.c47 if (target_mode == PSR_MODE_EL1h) in __vcpu_write_spsr()
109 case PSR_MODE_EL1h: in enter_exception64()
339 enter_exception64(vcpu, PSR_MODE_EL1h, except_type_sync); in kvm_inject_exception()
/openbmc/linux/arch/arm64/include/asm/
H A Dperf_event.h24 (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.h408 { PSR_MODE_EL1h, "EL1h" }, \
/openbmc/qemu/include/hw/xen/interface/
H A Darch-arm.h366 #define PSR_MODE_EL1h 0x05 macro
379 #define PSR_GUEST64_INIT (PSR_ABT_MASK|PSR_FIQ_MASK|PSR_IRQ_MASK|PSR_MODE_EL1h)
/openbmc/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()
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h34 #define PSR_MODE_EL1h 0x00000005 macro
/openbmc/linux/arch/arm64/kvm/
H A Dinject_fault.c37 case PSR_MODE_EL1h: in pend_sync_exception()
H A Dreset.c39 #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.c1886 mode == PSR_MODE_EL1h))) { in kvm_check_illegal_exception_return()
/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c193 case PSR_MODE_EL1h: in early_exit_filter()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhost.S115 PSR_MODE_EL1h)
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h179 mode = PSR_MODE_EL1h; in to_hw_pstate()
/openbmc/linux/arch/arm64/kernel/
H A Dprocess.c401 childregs->pstate = PSR_MODE_EL1h | PSR_IL_BIT; in copy_thread()