Home
last modified time | relevance | path

Searched refs:read_sysreg_el2 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
Dswitch.c214 read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR), in __hyp_call_panic()
221 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()
222 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h170 far = read_sysreg_el2(SYS_FAR); in __populate_fault_info()
413 vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR); in fixup_guest_exit()
416 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in fixup_guest_exit()
Dsysreg-sr.h56 ctxt->regs.pc = read_sysreg_el2(SYS_ELR); in __sysreg_save_el2_return_state()
62 ctxt->regs.pstate = read_sysreg_el2(SYS_SPSR); in __sysreg_save_el2_return_state()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
Dswitch.c260 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()
261 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
Dhyp-main.c109 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Dvgic-v2-cpuif-proxy.c19 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkvm_hyp.h47 #define read_sysreg_el2(r) read_sysreg_elx(r, _EL2, _EL1) macro
Dkvm_emulate.h499 *vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR); in __kvm_skip_instr()
500 vcpu_gp_regs(vcpu)->pstate = read_sysreg_el2(SYS_SPSR); in __kvm_skip_instr()