write_sysreg_el2  504 arch/arm64/include/asm/kvm_emulate.h 	write_sysreg_el2(vcpu->arch.ctxt.gp_regs.regs.pstate, SYS_SPSR);
write_sysreg_el2  505 arch/arm64/include/asm/kvm_emulate.h 	write_sysreg_el2(*vcpu_pc(vcpu), SYS_ELR);
write_sysreg_el2  163 arch/arm64/kvm/hyp/sysreg-sr.c 	write_sysreg_el2(ctxt->gp_regs.regs.pc,		SYS_ELR);
write_sysreg_el2  164 arch/arm64/kvm/hyp/sysreg-sr.c 	write_sysreg_el2(pstate,			SYS_SPSR);