Searched refs:UD_VECTOR (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/kvm/x86_64/ |
| D | monitor_mwait_test.c | 29 __GUEST_ASSERT((vector) == UD_VECTOR, \
|
| D | vmx_exception_with_invalid_guest_state.c | 118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
| D | fix_hypercall_test.c | 113 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
|
| D | svm_nested_soft_inject_test.c | 93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
| D | sync_regs_test.c | 95 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen() 121 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
|
| D | hyperv_evmcs.c | 260 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
| D | hyperv_features.c | 104 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
|
| /tools/arch/x86/include/uapi/asm/ |
| D | svm.h | 165 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
| D | kvm.h | 25 #define UD_VECTOR 6 macro
|