Searched refs:kvm_emulate_instruction (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ | 
| D | vmx.c | 1571 		if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))  in skip_emulated_instruction()4561 		if (kvm_emulate_instruction(vcpu, 0)) {  in handle_rmode_exception()
 4638 		return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP);  in handle_exception_nmi()
 4735 		return kvm_emulate_instruction(vcpu, 0);  in handle_io()
 4809 	return kvm_emulate_instruction(vcpu, 0);  in handle_desc()
 5025 	return kvm_emulate_instruction(vcpu, 0);  in handle_invd()
 5078 	return kvm_emulate_instruction(vcpu, 0);  in handle_apic_access()
 5253 		if (!kvm_emulate_instruction(vcpu, 0))  in handle_invalid_guest_state()
 
 | 
| /Linux-v5.4/arch/x86/kvm/ | 
| D | svm.c | 787 		if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP))  in skip_emulated_instruction()2790 	return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP);  in gp_interception()
 2888 		return kvm_emulate_instruction(vcpu, 0);  in io_interception()
 3930 		return kvm_emulate_instruction(&svm->vcpu, 0);  in invlpg_interception()
 3938 	return kvm_emulate_instruction(&svm->vcpu, 0);  in emulate_on_interception()
 4732 		ret = kvm_emulate_instruction(&svm->vcpu, 0);  in avic_unaccelerated_access_interception()
 
 | 
| D | x86.c | 5486 	return kvm_emulate_instruction(vcpu, emul_type);  in handle_ud()6782 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type)  in kvm_emulate_instruction()  function
 6786 EXPORT_SYMBOL_GPL(kvm_emulate_instruction);
 8364 	r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE);  in complete_emulated_io()
 
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | kvm_host.h | 1354 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
 |