Home
last modified time | relevance | path

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

/xnu-11215.41.3/tests/skywalk/
H A Dskt_writemem.c71 .skt_expected_exception_code_ignore = 0,
123 .skt_expected_exception_code_ignore = 0,
200 .skt_expected_exception_code_ignore = 0,
324 .skt_expected_exception_code_ignore = 0,
H A Dskywalk_test_driver.c239 expected_exception_code_ignore = skt->skt_expected_exception_code_ignore; in skywalk_test_driver_run()
327 if (skt->skt_expected_exception_code & ~skt->skt_expected_exception_code_ignore) { in skywalk_test_driver_run()
329 skt->skt_expected_exception_code, skt->skt_expected_exception_code_ignore); in skywalk_test_driver_run()
336 ~skt->skt_expected_exception_code_ignore)) { in skywalk_test_driver_run()
H A Dskywalk_test_driver.h48 uint64_t skt_expected_exception_code_ignore; member
H A Dskt_mangle.c469 .skt_expected_exception_code_ignore = 0,