Searched refs:kvm_queue_exception (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/kvm/
H A Dhyperv.c357 kvm_queue_exception(vcpu, UD_VECTOR); kvm_hv_hypercall()
H A Dsvm.c1661 kvm_queue_exception(&svm->vcpu, DB_VECTOR); db_interception()
1700 kvm_queue_exception(&svm->vcpu, UD_VECTOR); ud_interception()
1942 kvm_queue_exception(&svm->vcpu, UD_VECTOR); nested_svm_check_permissions()
2694 kvm_queue_exception(&svm->vcpu, UD_VECTOR); skinit_interception()
2897 kvm_queue_exception(&svm->vcpu, UD_VECTOR); cr_interception()
2919 kvm_queue_exception(&svm->vcpu, UD_VECTOR); cr_interception()
3481 kvm_queue_exception(vcpu, UD_VECTOR); handle_exit()
H A Dx86.c405 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) kvm_queue_exception() function
409 EXPORT_SYMBOL_GPL(kvm_queue_exception); variable
481 kvm_queue_exception(vcpu, UD_VECTOR); kvm_require_dr()
2894 kvm_queue_exception(vcpu, MC_VECTOR); kvm_vcpu_ioctl_x86_set_mce()
5038 kvm_queue_exception(vcpu, ctxt->exception.vector); inject_emulated_exception()
5105 kvm_queue_exception(vcpu, UD_VECTOR); handle_emulation_failure()
5300 kvm_queue_exception(vcpu, DB_VECTOR); kvm_vcpu_check_singlestep()
5335 kvm_queue_exception(vcpu, DB_VECTOR); kvm_vcpu_check_breakpoint()
7100 kvm_queue_exception(vcpu, DB_VECTOR); kvm_arch_vcpu_ioctl_set_guest_debug()
7102 kvm_queue_exception(vcpu, BP_VECTOR); kvm_arch_vcpu_ioctl_set_guest_debug()
H A Dvmx.c5192 kvm_queue_exception(vcpu, vec); handle_rmode_exception()
5246 kvm_queue_exception(vcpu, UD_VECTOR); handle_exception()
5251 kvm_queue_exception(vcpu, UD_VECTOR); handle_exception()
5304 kvm_queue_exception(vcpu, DB_VECTOR); handle_exception()
5566 kvm_queue_exception(vcpu, DB_VECTOR); handle_dr()
6563 kvm_queue_exception(vcpu, UD_VECTOR); get_vmx_mem_address()
6748 kvm_queue_exception(vcpu, UD_VECTOR); handle_vmon()
6754 kvm_queue_exception(vcpu, UD_VECTOR); handle_vmon()
6814 kvm_queue_exception(vcpu, UD_VECTOR); nested_vmx_check_permission()
6821 kvm_queue_exception(vcpu, UD_VECTOR); nested_vmx_check_permission()
7330 kvm_queue_exception(vcpu, UD_VECTOR); handle_invept()
7338 kvm_queue_exception(vcpu, UD_VECTOR); handle_invept()
7394 kvm_queue_exception(vcpu, UD_VECTOR); handle_invvpid()
8162 kvm_queue_exception(vcpu, UD_VECTOR); vmx_handle_exit()
/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1042 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);

Completed in 283 milliseconds