kvm_emulate_instruction 1356 arch/x86/include/asm/kvm_host.h int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
kvm_emulate_instruction  787 arch/x86/kvm/svm.c 		if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))
kvm_emulate_instruction 2836 arch/x86/kvm/svm.c 	return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP);
kvm_emulate_instruction 2934 arch/x86/kvm/svm.c 		return kvm_emulate_instruction(vcpu, 0);
kvm_emulate_instruction 3976 arch/x86/kvm/svm.c 		return kvm_emulate_instruction(&svm->vcpu, 0);
kvm_emulate_instruction 3984 arch/x86/kvm/svm.c 	return kvm_emulate_instruction(&svm->vcpu, 0);
kvm_emulate_instruction 4778 arch/x86/kvm/svm.c 		ret = kvm_emulate_instruction(&svm->vcpu, 0);
kvm_emulate_instruction 1556 arch/x86/kvm/vmx/vmx.c 		if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))
kvm_emulate_instruction 4550 arch/x86/kvm/vmx/vmx.c 		if (kvm_emulate_instruction(vcpu, 0)) {
kvm_emulate_instruction 4627 arch/x86/kvm/vmx/vmx.c 		return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP);
kvm_emulate_instruction 4724 arch/x86/kvm/vmx/vmx.c 		return kvm_emulate_instruction(vcpu, 0);
kvm_emulate_instruction 4798 arch/x86/kvm/vmx/vmx.c 	return kvm_emulate_instruction(vcpu, 0);
kvm_emulate_instruction 5014 arch/x86/kvm/vmx/vmx.c 	return kvm_emulate_instruction(vcpu, 0);
kvm_emulate_instruction 5067 arch/x86/kvm/vmx/vmx.c 	return kvm_emulate_instruction(vcpu, 0);
kvm_emulate_instruction 5242 arch/x86/kvm/vmx/vmx.c 		if (!kvm_emulate_instruction(vcpu, 0))
kvm_emulate_instruction 5561 arch/x86/kvm/x86.c 	return kvm_emulate_instruction(vcpu, emul_type);
kvm_emulate_instruction 6859 arch/x86/kvm/x86.c EXPORT_SYMBOL_GPL(kvm_emulate_instruction);
kvm_emulate_instruction 8438 arch/x86/kvm/x86.c 	r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE);