Symbol: UD_VECTOR
arch/x86/include/uapi/asm/svm.h
171
{ SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
arch/x86/kvm/emulate.c
560
return emulate_exception(ctxt, UD_VECTOR, 0, false);
arch/x86/kvm/hyperv.c
2539
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/hyperv.c
2583
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/nested.c
1010
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/nested.c
1526
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/sev.c
4674
clr_exception_intercept(svm, UD_VECTOR);
arch/x86/kvm/svm/svm.c
1085
set_exception_intercept(svm, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2385
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2569
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2591
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
2628
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
3175
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/svm/svm.c
3260
[SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
arch/x86/kvm/svm/svm.c
4977
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
3581
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
3782
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
5243
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
5466
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
5972
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
6053
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
6179
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/nested.c
6190
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/sgx.c
387
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmcs.h
129
return is_exception_n(intr_info, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
1808
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
5367
case UD_VECTOR:
arch/x86/kvm/vmx/vmx.c
6227
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
6320
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
6326
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
6338
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/vmx/vmx.c
8318
exception->vector = UD_VECTOR;
arch/x86/kvm/vmx/vmx.c
931
eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) |
arch/x86/kvm/x86.c
1039
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
10510
ctxt->exception.vector = UD_VECTOR;
arch/x86/kvm/x86.c
2232
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
9162
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
9464
kvm_queue_exception(vcpu, UD_VECTOR);
arch/x86/kvm/x86.c
9477
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
104
__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);