Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dexception_types.h162 #define EXC_MASK_GUARD (1 << EXC_GUARD) macro
175 EXC_MASK_GUARD | \
/xnu-12377.1.9/tests/
H A Dimmovable_send.c194 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 Dexception_ports_info.c70 EXC_MASK_GUARD,
157 T_EXPECT_EQ(masks[i], EXC_MASK_GUARD, "check if mask for exc_port1 is correct");
H A Dexc_guard_helper.c151 exc_guard_helper_exc_port = create_exception_port(EXC_MASK_GUARD); in initialize_exception_handlers()
H A Dreply_port_defense.c276 int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD, exc_port, in reply_port_defense()
H A Dimm_pinned_control_port.c386 …int err = posix_spawnattr_setexceptionports_np(&attrs, EXC_MASK_GUARD | EXC_MASK_CORPSE_NOTIFY, ex… in test_imm_pinned_control_port()
/xnu-12377.1.9/osfmk/kern/
H A Dux_handler.c105 EXC_MASK_ALL & ~(EXC_MASK_RPC_ALERT | EXC_MASK_GUARD), in ux_handler_setup()
/xnu-12377.1.9/tests/skywalk/
H A Dskywalk_test_driver.c224 …if ((kr = task_get_exception_ports(mach_task_self(), EXC_MASK_GUARD | EXC_MASK_CRASH, masks, &mask… in skywalk_test_driver_run()