Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ntdll/
H A Dexception.c297 static void run_exception_test(void *handler, const void* context, in run_exception_test() function
624 run_exception_test(handler, &exceptions[i], &exceptions[i].code, in test_prot_fault()
833 run_exception_test( bpx_handler, NULL, dummy_code, sizeof(dummy_code), 0 ); in hw_reg_exception_thread()
858 run_exception_test(dreg_handler, &dreg_test, &segfault_code, sizeof(segfault_code), 0); in test_exceptions()
865 run_exception_test(dreg_handler, &dreg_test, &segfault_code, sizeof(segfault_code), 0); in test_exceptions()
870 run_exception_test(single_step_handler, NULL, &single_stepcode, sizeof(single_stepcode), 0); in test_exceptions()
892 run_exception_test(bpx_handler, NULL, dummy_code, sizeof(dummy_code), 0); in test_exceptions()
896 run_exception_test(int3_handler, NULL, int3_code, sizeof(int3_code), 0); in test_exceptions()
1234 run_exception_test(simd_fault_handler, &stage, sse_check, sizeof(sse_check), 0); in test_simd_exceptions()
1243 run_exception_test(simd_fault_handler, &stage, simd_exception_test, in test_simd_exceptions()
[all …]