Searched refs:EXC_MASK_GUARD (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | exception_types.h | 162 #define EXC_MASK_GUARD (1 << EXC_GUARD) macro 175 EXC_MASK_GUARD | \
|
| /xnu-11215.1.10/tests/ |
| H A D | immovable_send.c | 194 kr = task_get_exception_ports(task, EXC_MASK_GUARD, &mask, 201 int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD, exc_port,
|
| H A D | exception_ports_info.c | 70 EXC_MASK_GUARD, 157 T_EXPECT_EQ(masks[i], EXC_MASK_GUARD, "check if mask for exc_port1 is correct");
|
| H A D | reply_port_defense.c | 197 int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD, exc_port, in reply_port_defense()
|
| H A D | imm_pinned_control_port.c | 388 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex… in test_imm_pinned_control_port()
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | ux_handler.c | 104 EXC_MASK_ALL & ~(EXC_MASK_RPC_ALERT | EXC_MASK_GUARD), in ux_handler_setup()
|
| /xnu-11215.1.10/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 225 …if ((kr = task_get_exception_ports(mach_task_self(), EXC_MASK_GUARD | EXC_MASK_CRASH, masks, &mask… in skywalk_test_driver_run()
|