Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Demulator.c14 static int exceptions; variable
428 ++exceptions; in unaligned_movaps_handler()
436 ++exceptions; in cross_movups_handler()
464 exceptions = 0; in test_sse_exceptions()
469 report(exceptions == 1, "unaligned movaps exception"); in test_sse_exceptions()
485 exceptions = 0; in test_sse_exceptions()
490 report(exceptions == 1, "movups crosspage exception"); in test_sse_exceptions()
724 ++exceptions; in handle_db()
743 exceptions = 0; \ in test_mov_pop_ss_code_db()
753 report(exceptions == nr_expected && !r, \ in test_mov_pop_ss_code_db()
/kvm-unit-tests/
H A DLICENSE254 make exceptions for this. Our decision will be guided by the two goals
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl5979 my $exceptions = qr{
6003 $dstat !~ /$exceptions/ &&