Home
last modified time | relevance | path

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

/xnu-8792.41.9/tests/
H A Dexc_helpers.h66 create_exception_port(exception_mask_t exception_mask);
69 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior);
H A Dexception_ports_info.c20 exception_mask_t masks[EXC_TYPES_COUNT];
26 exception_mask_t masks2[EXC_TYPES_COUNT];
116 kr = memcmp(masks, masks2, count * sizeof(exception_mask_t));
H A Dkernel_inspection.c88 exception_mask_t masks[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
128 exception_mask_t masks[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
H A Dexc_helpers.c250 create_exception_port(exception_mask_t exception_mask) in create_exception_port()
256 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64()
H A Dimmovable_send.c164 exception_mask_t mask;
H A Dipc_read_inspect.c325 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans()
451 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_thread_port_mig_intrans()
/xnu-8792.41.9/osfmk/mach/
H A Dexception_types.h206 typedef unsigned int exception_mask_t; typedef
207 typedef exception_mask_t *exception_mask_array_t;
H A Dthread_act.defs264 exception_mask : exception_mask_t;
280 exception_mask : exception_mask_t;
293 exception_mask : exception_mask_t;
408 exception_mask : exception_mask_t;
H A Dtask.defs260 exception_mask : exception_mask_t;
277 exception_mask : exception_mask_t;
291 exception_mask : exception_mask_t;
562 exception_mask : exception_mask_t;
H A Dhost_priv.defs251 exception_mask : exception_mask_t;
262 exception_mask : exception_mask_t;
276 exception_mask : exception_mask_t;
H A Dmach_types.defs584 type exception_mask_t = int;
604 array[*:32] of exception_mask_t;
/xnu-8792.41.9/tests/ipc/
H A Dkernel_signed_pac_thread_state.c286 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64()
320 create_exception_port(exception_mask_t exception_mask) in create_exception_port()
/xnu-8792.41.9/osfmk/kern/
H A Dipc_host.c488 exception_mask_t exception_mask, in host_set_exception_ports()
627 exception_mask_t exception_mask, in host_get_exception_ports()
681 exception_mask_t exception_mask, in host_swap_exception_ports()
H A Dipc_tt.c4045 exception_mask_t exception_mask, in thread_set_exception_ports()
4157 exception_mask_t exception_mask, in task_set_exception_ports()
4296 exception_mask_t exception_mask, in thread_swap_exception_ports()
4435 exception_mask_t exception_mask, in task_swap_exception_ports()
4584 exception_mask_t exception_mask, in thread_get_exception_ports_internal()
4677 exception_mask_t exception_mask, in thread_get_exception_ports()
4691 exception_mask_t exception_mask, in thread_get_exception_ports_info()
4716 exception_mask_t exception_mask, in thread_get_exception_ports_from_user()
4740 exception_mask_t exception_mask, in task_get_exception_ports_internal()
4825 exception_mask_t exception_mask, in task_get_exception_ports()
[all …]
H A Dthread.h1705 exception_mask_t exception_mask,
H A Dtask.h1224 exception_mask_t exception_mask,
/xnu-8792.41.9/libsyscall/wrappers/spawn/
H A Dspawn.h151 exception_mask_t, mach_port_t,
H A Dposix_spawn.c1307 exception_mask_t mask, in posix_spawnattr_setexceptionports_np()
/xnu-8792.41.9/bsd/sys/
H A Dspawn_internal.h91 exception_mask_t mask;
/xnu-8792.41.9/osfmk/corpses/
H A Dcorpse.c498 exception_mask_t mask; in task_should_generate_lightweight_corpse()