Home
last modified time | relevance | path

Searched refs:SS_VECTOR (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Demulator64.c349 report(exception_vector() == SS_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
351 exception_mnemonic(SS_VECTOR), in test_reg_noncanonical()
357 report(exception_vector() == SS_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
359 exception_mnemonic(SS_VECTOR), in test_reg_noncanonical()
H A Dvmx_tests.c3180 fault = test_for_exception(SS_VECTOR, &ss_invvpid, in invvpid_test_ss()
4330 case SS_VECTOR: in test_invalid_event_injection()
/kvm-unit-tests/lib/x86/
H A Dprocessor.h47 #define SS_VECTOR 12 macro