Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1832 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 5255 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception() 5366 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi() 5506 return kvm_emulate_instruction(vcpu, 0); in handle_io() 5578 return kvm_emulate_instruction(vcpu, 0); in handle_desc() 5788 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access() 5903 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation() 5996 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 297 if (!kvm_emulate_instruction(vcpu, emul_type)) in __svm_skip_emulated_instruction() 2057 return kvm_emulate_instruction(vcpu, 0); in io_interception() 2220 return kvm_emulate_instruction(vcpu, in gp_interception() 2414 return kvm_emulate_instruction(vcpu, 0); in invlpg_interception() 2422 return kvm_emulate_instruction(vcpu, 0); in emulate_on_interception()
|
| H A D | avic.c | 826 ret = kvm_emulate_instruction(vcpu, 0); in avic_unaccelerated_access_interception()
|
| /linux/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2167 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 961 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp() 8021 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud() 9610 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function 9614 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_emulate_instruction); 11770 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()
|