kvm_emulate_hypercall 1453 arch/x86/include/asm/kvm_host.h int kvm_emulate_hypercall(struct kvm_vcpu *vcpu);
kvm_emulate_hypercall 2966 arch/x86/kvm/svm.c 	return kvm_emulate_hypercall(&svm->vcpu);
kvm_emulate_hypercall 5009 arch/x86/kvm/vmx/vmx.c 	return kvm_emulate_hypercall(vcpu);
kvm_emulate_hypercall 7513 arch/x86/kvm/x86.c EXPORT_SYMBOL_GPL(kvm_emulate_hypercall);