Searched refs:kvm_emulate_instruction (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 339 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 1896 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in gp_interception() 2009 return kvm_emulate_instruction(vcpu, 0); in io_interception() 2292 return kvm_emulate_instruction(&svm->vcpu, 0); in invlpg_interception() 2300 return kvm_emulate_instruction(&svm->vcpu, 0); in emulate_on_interception()
|
| H A D | avic.c | 553 ret = kvm_emulate_instruction(&svm->vcpu, 0); in avic_unaccelerated_access_interception()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 1673 if (!kvm_emulate_instruction(vcpu, EMULTYPE_SKIP)) in skip_emulated_instruction() 4799 if (kvm_emulate_instruction(vcpu, 0)) { in handle_rmode_exception() 4896 return kvm_emulate_instruction(vcpu, EMULTYPE_VMWARE_GP); in handle_exception_nmi() 5035 return kvm_emulate_instruction(vcpu, 0); in handle_io() 5109 return kvm_emulate_instruction(vcpu, 0); in handle_desc() 5348 return kvm_emulate_instruction(vcpu, 0); in handle_apic_access() 5479 return kvm_emulate_instruction(vcpu, 0); in handle_ept_violation() 5528 if (!kvm_emulate_instruction(vcpu, 0)) in handle_invalid_guest_state()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 1457 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type);
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.c | 6240 return kvm_emulate_instruction(vcpu, emul_type); in handle_ud() 7667 int kvm_emulate_instruction(struct kvm_vcpu *vcpu, int emulation_type) in kvm_emulate_instruction() function 7671 EXPORT_SYMBOL_GPL(kvm_emulate_instruction); 9399 r = kvm_emulate_instruction(vcpu, EMULTYPE_NO_DECODE); in complete_emulated_io()
|