Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Demulator64.c325 report(exception_vector() == MF_VECTOR, "movq mmx generates #MF"); in test_mmx_movq_mf()
332 report(exception_vector() == GP_VECTOR, in test_jmp_noncanonical()
341 report(exception_vector() == GP_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
344 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
349 report(exception_vector() == SS_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
352 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
357 report(exception_vector() == SS_VECTOR && exception_error_code() == 0, in test_reg_noncanonical()
360 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
413 report(exception_vector() == GP_VECTOR && in test_sreg()
420 report(exception_vector() == GP_VECTOR && in test_sreg()
H A Didt_test.c11 return exception_vector(); in test_ud2()
24 return exception_vector(); in test_gp()
H A Drdpru.c12 return exception_vector(); in rdpru_safe()
H A Demulator.c555 vector = exception_vector(); in test_illegal_lea()
711 vector = exception_vector(); in test_illegal_movbe()
H A Dvmx.h866 return exception_vector(); in __vmxon_safe()
H A Dvmx.c418 vector = exception_vector(); in __test_vmread_vmwrite_pf()
/kvm-unit-tests/lib/x86/
H A Dsmp.h28 uint8_t exception_vector; member
83 BUILD_PERCPU_OP(exception_vector);
H A Ddesc.h242 unsigned exception_vector(void);
290 exception_vector(); \
307 exception_vector(); \
324 exception_vector(); \
H A Ddesc.c324 unsigned exception_vector(void) in exception_vector() function