Searched refs:read_sysreg_el2 (Results 1 – 8 of 8) sorted by relevance
209 read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR), in __hyp_call_panic()216 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()217 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
251 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()252 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()
56 ctxt->regs.pc = read_sysreg_el2(SYS_ELR); in __sysreg_save_el2_return_state()57 ctxt->regs.pstate = read_sysreg_el2(SYS_SPSR); in __sysreg_save_el2_return_state()
170 far = read_sysreg_el2(SYS_FAR); in __populate_fault_info()410 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in fixup_guest_exit()
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()