Home
last modified time | relevance | path

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

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