Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1768 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 5184 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception() 5295 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi() 5435 return kvm_emulate_instruction(vcpu, 0); in handle_io() 5507 return kvm_emulate_instruction(vcpu, 0); in handle_desc() 5723 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access() 5858 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation() 5944 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 392 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction() 2318 return kvm_emulate_instruction(vcpu, 0); in io_interception() 2481 return kvm_emulate_instruction(vcpu, in gp_interception() 2675 return kvm_emulate_instruction(vcpu, 0); in invlpg_interception() 2683 return kvm_emulate_instruction(vcpu, 0); in emulate_on_interception()
|
| H A D | avic.c | 713 ret = kvm_emulate_instruction(vcpu, 0); in avic_unaccelerated_access_interception()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | kvm_host.h | 2115 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 933 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp() 7780 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud() 9318 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function 9322 EXPORT_SYMBOL_GPL(kvm_emulate_instruction); 11405 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()
|