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
449
*vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR);
arch/arm64/kvm/hyp/include/hyp/switch.h
898
ESR_ELx_EC(read_sysreg_el2(SYS_ESR)) == ESR_ELx_EC_PAC)
arch/arm64/kvm/hyp/include/hyp/switch.h
901
vcpu->arch.ctxt.regs.pstate = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/include/hyp/switch.h
913
vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/include/hyp/switch.h
928
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
451
tmp = read_sysreg_el2(SYS_SCTLR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
799
u64 esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
826
spsr_el1 = spsr_el2 = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
853
write_sysreg_el1(read_sysreg_el2(SYS_FAR), SYS_FAR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
856
write_sysreg_el1(read_sysreg_el2(SYS_ELR), SYS_ELR);
arch/arm64/kvm/hyp/nvhe/hyp-main.c
894
u64 esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/mem_protect.c
695
esr = read_sysreg_el2(SYS_ESR);
arch/arm64/kvm/hyp/nvhe/mem_protect.c
696
spsr = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/nvhe/mem_protect.c
729
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/vgic-v2-cpuif-proxy.c
21
return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT);
arch/arm64/kvm/hyp/vhe/switch.c
671
read_sysreg_el2(SYS_ESR), read_sysreg_el2(SYS_FAR),
arch/arm64/kvm/hyp/vhe/switch.c
678
u64 spsr = read_sysreg_el2(SYS_SPSR);
arch/arm64/kvm/hyp/vhe/switch.c
679
u64 elr = read_sysreg_el2(SYS_ELR);