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

/linux-4.1.27/arch/x86/kvm/
H A Dx86.c395 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) kvm_queue_exception() function
399 EXPORT_SYMBOL_GPL(kvm_queue_exception); variable
471 kvm_queue_exception(vcpu, UD_VECTOR); kvm_require_dr()
3080 kvm_queue_exception(vcpu, MC_VECTOR); kvm_vcpu_ioctl_x86_set_mce()
5093 kvm_queue_exception(vcpu, ctxt->exception.vector); inject_emulated_exception()
5157 kvm_queue_exception(vcpu, UD_VECTOR); handle_emulation_failure()
5324 kvm_queue_exception(vcpu, DB_VECTOR); kvm_vcpu_check_singlestep()
5359 kvm_queue_exception(vcpu, DB_VECTOR); kvm_vcpu_check_breakpoint()
5896 kvm_queue_exception(vcpu, UD_VECTOR); kvm_hv_hypercall()
6911 kvm_queue_exception(vcpu, DB_VECTOR); kvm_arch_vcpu_ioctl_set_guest_debug()
6913 kvm_queue_exception(vcpu, BP_VECTOR); kvm_arch_vcpu_ioctl_set_guest_debug()
H A Dvmx.c5048 kvm_queue_exception(vcpu, vec); handle_rmode_exception()
5102 kvm_queue_exception(vcpu, UD_VECTOR); handle_exception()
5107 kvm_queue_exception(vcpu, UD_VECTOR); handle_exception()
5160 kvm_queue_exception(vcpu, DB_VECTOR); handle_exception()
5422 kvm_queue_exception(vcpu, DB_VECTOR); handle_dr()
6464 kvm_queue_exception(vcpu, UD_VECTOR); get_vmx_mem_address()
6608 kvm_queue_exception(vcpu, UD_VECTOR); handle_vmon()
6614 kvm_queue_exception(vcpu, UD_VECTOR); handle_vmon()
6674 kvm_queue_exception(vcpu, UD_VECTOR); nested_vmx_check_permission()
6681 kvm_queue_exception(vcpu, UD_VECTOR); nested_vmx_check_permission()
7193 kvm_queue_exception(vcpu, UD_VECTOR); handle_invept()
7201 kvm_queue_exception(vcpu, UD_VECTOR); handle_invept()
7247 kvm_queue_exception(vcpu, UD_VECTOR); handle_invvpid()
7807 kvm_queue_exception(vcpu, UD_VECTOR); vmx_handle_exit()
H A Dsvm.c1745 kvm_queue_exception(&svm->vcpu, DB_VECTOR); db_interception()
1784 kvm_queue_exception(&svm->vcpu, UD_VECTOR); ud_interception()
2025 kvm_queue_exception(&svm->vcpu, UD_VECTOR); nested_svm_check_permissions()
2775 kvm_queue_exception(&svm->vcpu, UD_VECTOR); skinit_interception()
2978 kvm_queue_exception(&svm->vcpu, UD_VECTOR); cr_interception()
3000 kvm_queue_exception(&svm->vcpu, UD_VECTOR); cr_interception()
3569 kvm_queue_exception(vcpu, UD_VECTOR); handle_exit()
/linux-4.1.27/arch/x86/include/asm/
H A Dkvm_host.h977 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);

Completed in 237 milliseconds