Symbol: read_sysreg_el2
arch/arm64/kvm/hyp/include/hyp/adjust_pc.h
35
*vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR);
arch/arm64/kvm/hyp/include/hyp/adjust_pc.h
36
vcpu_gp_regs(vcpu)->pstate = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/include/hyp/adjust_pc.h
50
write_sysreg_el2(read_sysreg_el2(SYS_ELR) + 4, SYS_ELR);
arch/arm64/kvm/hyp/include/hyp/fault.h
86
fault->far_el2 = read_sysreg_el2(SYS_FAR);
arch/arm64/kvm/hyp/include/hyp/switch.h
453
*vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR);
arch/arm64/kvm/hyp/include/hyp/switch.h
462
spsr = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/include/hyp/switch.h
906
ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC)
arch/arm64/kvm/hyp/include/hyp/switch.h
909
vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/include/hyp/switch.h
921
vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/include/hyp/switch.h
936
write_sysreg_el2(read_sysreg_el2(SYS_ELR) - 4, SYS_ELR);
arch/arm64/kvm/hyp/include/hyp/sysreg-sr.h
179
ctxt->regs.pc = read_sysreg_el2(SYS_ELR);
arch/arm64/kvm/hyp/include/hyp/sysreg-sr.h
185
ctxt->regs.pstate = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
470
tmp = read_sysreg_el2(SYS_SCTLR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
818
u64 esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
849
spsr_el1 = spsr_el2 = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
876
write_sysreg_el1(read_sysreg_el2(SYS_FAR), SYS_FAR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
879
write_sysreg_el1(read_sysreg_el2(SYS_ELR), SYS_ELR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
917
u64 esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/mem_protect.c
719
esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/mem_protect.c
720
spsr = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/mem_protect.c
753
esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/switch.c
377
u64 spsr = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/switch.c
378
u64 elr = read_sysreg_el2(SYS_ELR);
arch/arm64/kvm/hyp/nvhe/sys_regs.c
256
*vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR);
arch/arm64/kvm/hyp/nvhe/sys_regs.c
257
*vcpu_cpsr(vcpu) = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/sys_regs.c
270
write_sysreg_el1(read_sysreg_el2(SYS_ELR), SYS_ELR);
arch/arm64/kvm/hyp/nvhe/sys_regs.c
271
write_sysreg_el1(read_sysreg_el2(SYS_SPSR), SYS_SPSR);
arch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c
21
return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT);
arch/arm64/kvm/hyp/vhe/switch.c
672
read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR),
arch/arm64/kvm/hyp/vhe/switch.c
679
u64 spsr = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/vhe/switch.c
680
u64 elr = read_sysreg_el2(SYS_ELR);