Searched refs:exception_mnemonic (Results 1 – 6 of 6) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | emulator64.c | 343 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 D | svm_tests.c | 3257 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 D | vmx_tests.c | 10753 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 D | desc.h | 258 const char* exception_mnemonic(int vector); 338 want ? exception_mnemonic(want) : "SUCCESS", \ 340 vector ? exception_mnemonic(vector) : "SUCCESS"); \
|
H A D | desc.c | 110 const char* exception_mnemonic(int vector) in exception_mnemonic() function 146 exception_mnemonic(regs->vector), regs->rip); in unhandled_exception()
|
H A D | processor.h | 520 exception_mnemonic(vector), index); in rdpmc()
|