Symbol: UD_VECTOR
arch/x86/include/uapi/asm/svm.h
171
{ SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
arch/x86/kvm/emulate.c
561
return emulate_exception(ctxt, UD_VECTOR, 0, false);
arch/x86/kvm/hyperv.c
2546
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/hyperv.c
2587
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/nested.c
1127
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/nested.c
1665
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/nested.c
368
case BR_VECTOR: case UD_VECTOR: case NM_VECTOR: case DF_VECTOR:
arch/x86/kvm/svm/sev.c
4763
clr_exception_intercept(svm, UD_VECTOR);
arch/x86/kvm/svm/svm.c
1144
set_exception_intercept(svm, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2436
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2620
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2642
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2679
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
3264
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
3330
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
3365
[SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
arch/x86/kvm/svm/svm.c
5189
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
3604
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
3797
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
5258
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
5481
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
5987
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
6068
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
6194
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
6205
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/sgx.c
388
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmcs.h
118
return is_exception_n(intr_info, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
1779
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
5299
case UD_VECTOR:
arch/x86/kvm/vmx/vmx.c
6142
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
6235
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
6241
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
6253
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
8218
exception->vector = UD_VECTOR;
arch/x86/kvm/vmx/vmx.c
902
eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) |
arch/x86/kvm/x86.c
1015
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
10529
ctxt->exception.vector = UD_VECTOR;
arch/x86/kvm/x86.c
2210
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
9197
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
9469
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
9482
WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR ||
tools/arch/x86/include/uapi/asm/svm.h
171
{ SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
tools/testing/selftests/kvm/x86/fix_hypercall_test.c
113
vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler);
tools/testing/selftests/kvm/x86/hyperv_evmcs.c
260
vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler);
tools/testing/selftests/kvm/x86/hyperv_features.c
105
__GUEST_ASSERT(vector == UD_VECTOR,
tools/testing/selftests/kvm/x86/monitor_mwait_test.c
32
__GUEST_ASSERT((vector) == UD_VECTOR, \
tools/testing/selftests/kvm/x86/svm_nested_soft_inject_test.c
93
vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR);
tools/testing/selftests/kvm/x86/sync_regs_test.c
121
WRITE_ONCE(events->exception.nr, UD_VECTOR);
tools/testing/selftests/kvm/x86/sync_regs_test.c
95
WRITE_ONCE(events->exception.nr, UD_VECTOR);
tools/testing/selftests/kvm/x86/vmx_exception_with_invalid_guest_state.c
118
vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler);