SYS_ELR           123 arch/arm64/include/asm/kvm_emulate.h 		return read_sysreg_el1(SYS_ELR);
SYS_ELR           131 arch/arm64/include/asm/kvm_emulate.h 		write_sysreg_el1(v, SYS_ELR);
SYS_ELR           499 arch/arm64/include/asm/kvm_emulate.h 	*vcpu_pc(vcpu) = read_sysreg_el2(SYS_ELR);
SYS_ELR           505 arch/arm64/include/asm/kvm_emulate.h 	write_sysreg_el2(*vcpu_pc(vcpu), SYS_ELR);
SYS_ELR           784 arch/arm64/kvm/hyp/switch.c 	u64 elr = read_sysreg_el2(SYS_ELR);
SYS_ELR            65 arch/arm64/kvm/hyp/sysreg-sr.c 	ctxt->gp_regs.elr_el1		= read_sysreg_el1(SYS_ELR);
SYS_ELR            71 arch/arm64/kvm/hyp/sysreg-sr.c 	ctxt->gp_regs.regs.pc		= read_sysreg_el2(SYS_ELR);
SYS_ELR           139 arch/arm64/kvm/hyp/sysreg-sr.c 	write_sysreg_el1(ctxt->gp_regs.elr_el1,		SYS_ELR);
SYS_ELR           163 arch/arm64/kvm/hyp/sysreg-sr.c 	write_sysreg_el2(ctxt->gp_regs.regs.pc,		SYS_ELR);