Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c1845 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction()
5318 if (kvm_emulate_instruction(vcpu, 0)) {
5470 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi()
5582 return kvm_emulate_instruction(vcpu, 0); in vmx_patch_hypercall()
5654 return kvm_emulate_instruction(vcpu, 0); in handle_cr()
5864 return kvm_emulate_instruction(vcpu, 0); in handle_apic_write()
5979 return kvm_emulate_instruction(vcpu, 0); in handle_ept_misconfig()
6072 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
/linux/arch/x86/kvm/svm/
H A Dsvm.c322 if (!kvm_emulate_instruction(vcpu, emul_type)) in __svm_skip_emulated_instruction()
2196 return kvm_emulate_instruction(vcpu, 0); in intr_interception()
2350 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP | EMULTYPE_NO_DECODE); in svm_set_gif()
2533 return kvm_emulate_instruction(vcpu, 0); in check_selective_cr0_intercepted()
2541 return kvm_emulate_instruction(vcpu, 0); in check_selective_cr0_intercepted()
H A Davic.c840 ret = kvm_emulate_instruction(vcpu, 0); in is_avic_unaccelerated_access_trap()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2235 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
/linux/arch/x86/kvm/
H A Dx86.c953 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE | EMULTYPE_SKIP | in kvm_complete_insn_gp()
8045 return kvm_emulate_instruction(vcpu, emul_type); in kvm_write_guest_virt_system()
9641 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in x86_emulate_instruction()
9645 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_emulate_instruction); in x86_emulate_instruction()
11832 return kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in kvm_emulate_halt()
9675 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) kvm_emulate_instruction() function