Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/kvm/svm/ |
D | svm.c | 345 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 1892 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in gp_interception() 2005 return kvm_emulate_instruction(vcpu, 0); in io_interception() 2288 return kvm_emulate_instruction(&svm->vcpu, 0); in invlpg_interception() 2296 return kvm_emulate_instruction(&svm->vcpu, 0); in emulate_on_interception()
|
D | avic.c | 555 ret = kvm_emulate_instruction(&svm->vcpu, 0); in avic_unaccelerated_access_interception()
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 1595 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 4700 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception() 4797 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi() 4911 return kvm_emulate_instruction(vcpu, 0); in handle_io() 4985 return kvm_emulate_instruction(vcpu, 0); in handle_desc() 5224 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access() 5355 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation() 5404 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
|
/Linux-v5.10/arch/x86/include/asm/ |
D | kvm_host.h | 1448 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
/Linux-v5.10/arch/x86/kvm/ |
D | x86.c | 6067 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud() 7456 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function 7460 EXPORT_SYMBOL_GPL(kvm_emulate_instruction); 9131 r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()
|