UD_VECTOR
{ SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
return emulate_exception(ctxt, UD_VECTOR, 0, false);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
clr_exception_intercept(svm, UD_VECTOR);
set_exception_intercept(svm, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
[SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
return is_exception_n(intr_info, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
case UD_VECTOR:
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
exception->vector = UD_VECTOR;
eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) |
kvm_queue_exception(vcpu, UD_VECTOR);
ctxt->exception.vector = UD_VECTOR;
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
kvm_queue_exception(vcpu, UD_VECTOR);
WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR ||
{ SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler);
vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler);
__GUEST_ASSERT(vector == UD_VECTOR,
__GUEST_ASSERT((vector) == UD_VECTOR, \
vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR);
WRITE_ONCE(events->exception.nr, UD_VECTOR);
WRITE_ONCE(events->exception.nr, UD_VECTOR);
vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler);