Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kvm/hyp/
Dswitch.c278 far = read_sysreg_el2(SYS_FAR); in __populate_fault_info()
451 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in fixup_guest_exit()
753 read_sysreg(esr_el2), read_sysreg_el2(SYS_FAR), in __hyp_call_panic_nvhe()
768 read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR), in __hyp_call_panic_vhe()
775 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()
776 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
Dvgic-v2-cpuif-proxy.c19 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
Dsysreg-sr.c71 ctxt->gp_regs.regs.pc = read_sysreg_el2(SYS_ELR); in __sysreg_save_el2_return_state()
72 ctxt->gp_regs.regs.pstate = read_sysreg_el2(SYS_SPSR); in __sysreg_save_el2_return_state()
/Linux-v5.4/arch/arm64/include/asm/
Dkvm_hyp.h47 #define read_sysreg_el2(r) read_sysreg_elx(r, _EL2, _EL1) macro
Dkvm_emulate.h468 *vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR); in __kvm_skip_instr()
469 vcpu->arch.ctxt.gp_regs.regs.pstate = read_sysreg_el2(SYS_SPSR); in __kvm_skip_instr()