Home
last modified time | relevance | path

Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/arch/x86/kvm/svm/
Dsvm.c360 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()
2079 return kvm_emulate_instruction(vcpu, 0); in io_interception()
2246 return kvm_emulate_instruction(vcpu, in gp_interception()
2419 return kvm_emulate_instruction(vcpu, 0); in invlpg_interception()
2427 return kvm_emulate_instruction(vcpu, 0); in emulate_on_interception()
Davic.c554 ret = kvm_emulate_instruction(vcpu, 0); in avic_unaccelerated_access_interception()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c1543 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()
4714 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception()
4792 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi()
4905 return kvm_emulate_instruction(vcpu, 0); in handle_io()
4979 return kvm_emulate_instruction(vcpu, 0); in handle_desc()
5192 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access()
5323 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation()
5377 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1658 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
/Linux-v5.15/arch/x86/kvm/
Dx86.c6549 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud()
8005 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function
8009 EXPORT_SYMBOL_GPL(kvm_emulate_instruction);
9866 r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()