Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 1743 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 5148 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception() 5242 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi() 5382 return kvm_emulate_instruction(vcpu, 0); in handle_io() 5455 return kvm_emulate_instruction(vcpu, 0); in handle_desc() 5668 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access() 5804 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation() 5866 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 402 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in __svm_skip_emulated_instruction() 2253 return kvm_emulate_instruction(vcpu, 0); in io_interception() 2416 return kvm_emulate_instruction(vcpu, in gp_interception() 2610 return kvm_emulate_instruction(vcpu, 0); in invlpg_interception() 2618 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()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 1952 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 775 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in complete_emulated_insn_gp() 7524 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud() 9078 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function 9082 EXPORT_SYMBOL_GPL(kvm_emulate_instruction); 11030 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()
|