Searched refs:read_sysreg_el2 (Results 1 – 11 of 11) sorted by relevance
35 *vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR); in __kvm_skip_instr()36 vcpu_gp_regs(vcpu)->pstate = read_sysreg_el2(SYS_SPSR); in __kvm_skip_instr()50 write_sysreg_el2(read_sysreg_el2(SYS_ELR) + 4, SYS_ELR); in kvm_skip_host_instr()
86 fault->far_el2 = read_sysreg_el2(SYS_FAR); in __get_fault_info()
539 *vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR); in kvm_hyp_handle_mops()988 ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC) in synchronize_vcpu_pstate()991 vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR); in synchronize_vcpu_pstate()1003 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in __fixup_guest_exit()1018 write_sysreg_el2(read_sysreg_el2(SYS_ELR) - 4, SYS_ELR); in __fixup_guest_exit()
179 ctxt->regs.pc = read_sysreg_el2(SYS_ELR); in __sysreg_save_el2_return_state()185 ctxt->regs.pstate = read_sysreg_el2(SYS_SPSR); in __sysreg_save_el2_return_state()
31 #define read_sysreg_el2(r) read_sysreg_s(r##_EL1) macro65 #define read_sysreg_el2(r) read_sysreg_elx(r, _EL2, _EL1) macro
661 read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR), in __hyp_call_panic()668 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()669 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
21 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
352 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()353 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
254 *vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR); in inject_undef64()255 *vcpu_cpsr(vcpu) = read_sysreg_el2(SYS_SPSR); in inject_undef64()262 write_sysreg_el1(read_sysreg_el2(SYS_ELR), SYS_ELR); in inject_undef64()
452 tmp = read_sysreg_el2(SYS_SCTLR); in handle___kvm_enable_ssbs()677 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap()
599 esr = read_sysreg_el2(SYS_ESR); in handle_host_mem_abort()
Completed in 17 milliseconds