Searched refs:read_sysreg_el2 (Results 1 – 8 of 8) sorted by relevance
214 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()
170 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()
56 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()
260 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()261 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
109 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap()
19 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
47 #define read_sysreg_el2(r) read_sysreg_elx(r, _EL2, _EL1) macro
499 *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()