Searched refs:EXC_MASK_RPC_ALERT (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | exception_types.h | 159 #define EXC_MASK_RPC_ALERT (1 << EXC_RPC_ALERT) macro 173 EXC_MASK_RPC_ALERT | \
|
| /xnu-11215.1.10/tests/ipc/ |
| H A D | sys_perf_notify_test.c | 131 ret = host_get_exception_ports(mach_host_self(), EXC_MASK_RPC_ALERT, in run_test() 143 …ret = host_set_exception_ports(mach_host_self(), EXC_MASK_RPC_ALERT, exc_port, EXCEPTION_IDENTITY_… in run_test() 157 …ret = host_set_exception_ports(mach_host_self(), EXC_MASK_RPC_ALERT, old_ports[0], old_behaviors[0… in run_test()
|
| /xnu-11215.1.10/tests/ |
| H A D | exception_ports_info.c | 78 EXC_MASK_RPC_ALERT, /* why can't be EXC_CRASH or EXC_MASK_CORPSE_NOTIFY ? */ 165 T_EXPECT_EQ(masks[i], EXC_MASK_RPC_ALERT, "check if mask for exc_port2 is correct");
|
| /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()
|