Home
last modified time | relevance | path

Searched refs:kvm_queue_exception (Results 1 – 8 of 8) sorted by relevance

/arch/x86/kvm/vmx/
Dsgx.c382 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
Dnested.c3329 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3536 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
4761 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5002 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5483 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5563 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5679 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
5690 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
Dvmx.c1559 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction()
4811 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
5573 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5646 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5658 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/arch/x86/kvm/svm/
Dnested.c641 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
881 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit()
1071 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
Dsvm.c2378 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2547 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2569 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2606 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3071 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
/arch/x86/kvm/
Dx86.c695 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
699 EXPORT_SYMBOL_GPL(kvm_queue_exception);
807 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
1994 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
4654 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
7666 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
7780 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
8126 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
10774 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
10776 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dhyperv.c2208 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2246 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/arch/x86/include/asm/
Dkvm_host.h1727 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);