Home
last modified time | relevance | path

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

/xnu-12377.41.6/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()
230 exception_code = 0; in skywalk_test_driver_run()
321 if (exception_code) { in skywalk_test_driver_run()
322 T_LOG("Got exception code: Yes (Code 0x%llx)", exception_code); in skywalk_test_driver_run()
334 ((exception_code ^ skt->skt_expected_exception_code) & in skywalk_test_driver_run()
/xnu-12377.41.6/tests/ipc/
H A Dimm_pinned_control_port.c22 static uint64_t exception_code = 0; variable
143 exception_code = (uint64_t)codes[0]; in catch_mach_exception_raise_identity_protected()
377 exc_id = exception_code >> EXC_CODE_SHIFT; in test_imm_control_port_exc_behavior()
379 exc_id = exception_code; in test_imm_control_port_exc_behavior()