Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | vmx.c | 1767 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 5169 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception() 5273 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi() 5413 return kvm_emulate_instruction(vcpu, 0); in handle_io() 5485 return kvm_emulate_instruction(vcpu, 0); in handle_desc() 5701 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access() 5836 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation() 5898 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
|
/linux-6.14.4/arch/x86/kvm/svm/ |
D | svm.c | 392 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction() 2247 return kvm_emulate_instruction(vcpu, 0); in io_interception() 2410 return kvm_emulate_instruction(vcpu, in gp_interception() 2604 return kvm_emulate_instruction(vcpu, 0); in invlpg_interception() 2612 return kvm_emulate_instruction(vcpu, 0); in emulate_on_interception()
|
D | avic.c | 713 ret = kvm_emulate_instruction(vcpu, 0); in avic_unaccelerated_access_interception()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | kvm_host.h | 2106 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
/linux-6.14.4/arch/x86/kvm/ |
D | x86.c | 932 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp() 7762 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud() 9300 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function 9304 EXPORT_SYMBOL_GPL(kvm_emulate_instruction); 11389 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()
|