read_sysreg_el2   499 arch/arm64/include/asm/kvm_emulate.h 	*vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR);
read_sysreg_el2   500 arch/arm64/include/asm/kvm_emulate.h 	vcpu->arch.ctxt.gp_regs.regs.pstate = read_sysreg_el2(SYS_SPSR);
read_sysreg_el2   286 arch/arm64/kvm/hyp/switch.c 	far = read_sysreg_el2(SYS_FAR);
read_sysreg_el2   459 arch/arm64/kvm/hyp/switch.c 		vcpu->arch.fault.esr_el2 = read_sysreg_el2(SYS_ESR);
read_sysreg_el2   761 arch/arm64/kvm/hyp/switch.c 		       read_sysreg(esr_el2), read_sysreg_el2(SYS_FAR),
read_sysreg_el2   776 arch/arm64/kvm/hyp/switch.c 	      read_sysreg_el2(SYS_ESR),   read_sysreg_el2(SYS_FAR),
read_sysreg_el2   783 arch/arm64/kvm/hyp/switch.c 	u64 spsr = read_sysreg_el2(SYS_SPSR);
read_sysreg_el2   784 arch/arm64/kvm/hyp/switch.c 	u64 elr = read_sysreg_el2(SYS_ELR);
read_sysreg_el2    71 arch/arm64/kvm/hyp/sysreg-sr.c 	ctxt->gp_regs.regs.pc		= read_sysreg_el2(SYS_ELR);
read_sysreg_el2    72 arch/arm64/kvm/hyp/sysreg-sr.c 	ctxt->gp_regs.regs.pstate	= read_sysreg_el2(SYS_SPSR);
read_sysreg_el2    19 arch/arm64/kvm/hyp/vgic-v2-cpuif-proxy.c 		return !!(read_sysreg_el2(SYS_SPSR) & PSR_AA32_E_BIT);