fix_hypercall     218 arch/x86/include/asm/kvm_emulate.h 	int (*fix_hypercall)(struct x86_emulate_ctxt *ctxt);
fix_hypercall    3833 arch/x86/kvm/emulate.c 	int rc = ctxt->ops->fix_hypercall(ctxt);
fix_hypercall    6315 arch/x86/kvm/x86.c 	.fix_hypercall       = emulator_fix_hypercall,