Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/
H A Dreply_port_defense.c210 … thirdparty_hardened, int test_index, mach_exception_data_type_t expected_exception_code, bool tri… in reply_port_defense() argument
283 … Received code = 0x%llx Expected code = 0x%llx", received_exception_code, expected_exception_code); in reply_port_defense()
284 …T_EXPECT_EQ(received_exception_code, expected_exception_code, "Exception code: Received == Expecte… in reply_port_defense()
297 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_IMMOVABLE; variable
302 reply_port_defense(true, i, expected_exception_code, triggers_exception);
303 reply_port_defense(false, i, expected_exception_code, triggers_exception);
314 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_EXCEPTION_BEHAVIOR_ENFORCE; variable
321 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
335 mach_exception_data_type_t expected_exception_code = kGUARD_EXC_THREAD_SET_STATE; variable
338 reply_port_defense(true, test_num, expected_exception_code, triggers_exception);
[all …]
/xnu-12377.81.4/tests/skywalk/
H A Dskywalk_test_driver.c52 static mach_exception_data_type_t expected_exception_code; variable
88 if ((exception_code ^ expected_exception_code) in catch_mach_exception_raise()
237 expected_exception_code = skt->skt_expected_exception_code; in skywalk_test_driver_run()