Home
last modified time | relevance | path

Searched refs:UD_VECTOR (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/kvm/x86_64/
Dmonitor_mwait_test.c29 __GUEST_ASSERT((vector) == UD_VECTOR, \
Dvmx_exception_with_invalid_guest_state.c118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
Dfix_hypercall_test.c113 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
Dsvm_nested_soft_inject_test.c93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
Dsync_regs_test.c95 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen()
121 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
Dhyperv_evmcs.c260 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
Dhyperv_features.c104 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
/tools/arch/x86/include/uapi/asm/
Dsvm.h165 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h25 #define UD_VECTOR 6 macro