Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/skywalk/
H A Dskywalk_test_driver.c51 static mach_exception_data_type_t exception_code; variable
82 exception_code = *code; in catch_mach_exception_raise()
88 if ((exception_code ^ expected_exception_code) in catch_mach_exception_raise()
231 exception_code = 0; in skywalk_test_driver_run()
322 if (exception_code) { in skywalk_test_driver_run()
323 T_LOG("Got exception code: Yes (Code 0x%llx)", exception_code); in skywalk_test_driver_run()
335 ((exception_code ^ skt->skt_expected_exception_code) & in skywalk_test_driver_run()
/xnu-11215.81.4/tests/
H A Dimm_pinned_control_port.c21 static uint64_t exception_code = 0; variable
142 exception_code = (uint64_t)codes[0]; in catch_mach_exception_raise_identity_protected()
429 exc_id = exception_code >> EXC_CODE_SHIFT; in test_imm_pinned_control_port()
431 exc_id = exception_code; in test_imm_pinned_control_port()