write_gpr 103 arch/x86/include/asm/kvm_emulate.h void (*write_gpr)(struct x86_emulate_ctxt *ctxt, unsigned reg, ulong val); write_gpr 292 arch/x86/kvm/emulate.c ctxt->ops->write_gpr(ctxt, reg, ctxt->_regs[reg]); write_gpr 6284 arch/x86/kvm/x86.c .write_gpr = emulator_write_gpr, write_gpr 65 tools/testing/selftests/powerpc/ptrace/ptrace-gpr.c FAIL_IF(write_gpr(child, GPR_3));