Home
last modified time | relevance | path

Searched refs:exception_mnemonic (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/x86/
H A Demulator64.c343 exception_mnemonic(GP_VECTOR), in test_reg_noncanonical()
344 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
351 exception_mnemonic(SS_VECTOR), in test_reg_noncanonical()
352 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
359 exception_mnemonic(SS_VECTOR), in test_reg_noncanonical()
360 exception_mnemonic(exception_vector()), exception_error_code()); in test_reg_noncanonical()
H A Dsvm_tests.c3257 exception_mnemonic(svm_exception_test_vector)); in svm_exception_handler()
3267 "%s handled by L2", exception_mnemonic(vector)); in handle_exception_in_l2()
3279 "%s handled by L1", exception_mnemonic(vector)); in handle_exception_in_l1()
H A Dvmx_tests.c10753 exception_mnemonic(vmx_exception_test_vector)); in vmx_exception_handler()
10765 "%s handled by L2", exception_mnemonic(vector)); in handle_exception_in_l2()
10790 "%s correctly routed to L1", exception_mnemonic(vector)); in handle_exception_in_l1()
/kvm-unit-tests/lib/x86/
H A Ddesc.h258 const char* exception_mnemonic(int vector);
338 want ? exception_mnemonic(want) : "SUCCESS", \
340 vector ? exception_mnemonic(vector) : "SUCCESS"); \
H A Ddesc.c110 const char* exception_mnemonic(int vector) in exception_mnemonic() function
146 exception_mnemonic(regs->vector), regs->rip); in unhandled_exception()
H A Dprocessor.h520 exception_mnemonic(vector), index); in rdpmc()