Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
A Dadjust_pc.h35 *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()
A Dswitch.h438 vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR); in fixup_guest_exit()
447 vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR); in fixup_guest_exit()
461 write_sysreg_el2(read_sysreg_el2(SYS_ELR) - 4, SYS_ELR); in fixup_guest_exit()
A Dfault.h48 far = read_sysreg_el2(SYS_FAR); in __get_fault_info()
A Dsysreg-sr.h72 ctxt->regs.pc = read_sysreg_el2(SYS_ELR); in __sysreg_save_el2_return_state()
78 ctxt->regs.pstate = read_sysreg_el2(SYS_SPSR); in __sysreg_save_el2_return_state()
/linux/arch/arm64/kvm/hyp/vhe/
A Dswitch.c221 read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR), in __hyp_call_panic()
228 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()
229 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
/linux/arch/arm64/kvm/hyp/nvhe/
A Dsys_regs.c37 *vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR); in inject_undef64()
38 *vcpu_cpsr(vcpu) = read_sysreg_el2(SYS_SPSR); in inject_undef64()
47 write_sysreg_el1(read_sysreg_el2(SYS_ELR), SYS_ELR); in inject_undef64()
A Dhyp-main.c75 tmp = read_sysreg_el2(SYS_SCTLR); in handle___kvm_enable_ssbs()
255 u64 esr = read_sysreg_el2(SYS_ESR); in handle_trap()
A Dswitch.c353 u64 spsr = read_sysreg_el2(SYS_SPSR); in hyp_panic()
354 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic()
A Dmem_protect.c447 esr = read_sysreg_el2(SYS_ESR); in handle_host_mem_abort()
/linux/arch/arm64/kvm/hyp/
A Dvgic-v2-cpuif-proxy.c21 return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT); in __is_be()
/linux/arch/arm64/include/asm/
A Dkvm_hyp.h48 #define read_sysreg_el2(r) read_sysreg_elx(r, _EL2, _EL1) macro

Completed in 14 milliseconds