Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/ipc/
H A Dimm_pinned_control_port.c304 uint64_t *test_exception_code; in test_imm_control_port_exc_behavior() local
322 test_exception_code = hard_exception_code; in test_imm_control_port_exc_behavior()
325 test_exception_code = soft_exception_code; in test_imm_control_port_exc_behavior()
382 …G("Exception code: Received code = 0x%llx Expected code = 0x%llx", exc_id, test_exception_code[i]); in test_imm_control_port_exc_behavior()
383 T_EXPECT_EQ(exc_id, test_exception_code[i], "Exception code: Received == Expected"); in test_imm_control_port_exc_behavior()