| /xnu-10002.1.13/tests/ |
| H A D | exc_helpers.h | 66 create_exception_port(exception_mask_t exception_mask); 69 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior);
|
| H A D | exception_ports_info.c | 20 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 D | kernel_inspection.c | 88 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 D | exc_helpers.c | 250 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 D | immovable_send.c | 164 exception_mask_t mask;
|
| H A D | ipc_read_inspect.c | 325 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-10002.1.13/tests/vm/ |
| H A D | diag_threshold_test.h | 68 …exception_mask_t old_mask[NUM_MASKS]; /** Save restore … 73 exception_mask_t masks_original[NUM_MASKS]; /** Same */ 88 exception_mask_t diag_mem_threshold_get_exceptions_mask(void);
|
| H A D | diag_threshold_test.c | 27 static exception_mask_t mask = EXC_MASK_CORPSE_NOTIFY; /** Kind of… 498 exception_mask_t
|
| /xnu-10002.1.13/osfmk/mach/ |
| H A D | exception_types.h | 206 typedef unsigned int exception_mask_t; typedef 207 typedef exception_mask_t *exception_mask_array_t;
|
| H A D | thread_act.defs | 264 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 D | task.defs | 260 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 D | host_priv.defs | 251 exception_mask : exception_mask_t; 262 exception_mask : exception_mask_t; 276 exception_mask : exception_mask_t;
|
| H A D | mach_types.defs | 587 type exception_mask_t = int; 607 array[*:32] of exception_mask_t;
|
| /xnu-10002.1.13/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 286 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-10002.1.13/osfmk/kern/ |
| H A D | ipc_host.c | 491 exception_mask_t exception_mask, in host_set_exception_ports() 634 exception_mask_t exception_mask, in host_get_exception_ports() 688 exception_mask_t exception_mask, in host_swap_exception_ports()
|
| H A D | ipc_tt.c | 4001 send_set_exception_telemetry(const task_t excepting_task, const exception_mask_t mask, const char* … in send_set_exception_telemetry() 4016 const exception_mask_t mask, const char *level) in set_exception_behavior_violation() 4062 const task_t excepting_task, const exception_mask_t mask, const char *level) in set_exception_behavior_allowed() 4101 exception_mask_t exception_mask, in thread_set_exception_ports() 4217 exception_mask_t exception_mask, in task_set_exception_ports() 4361 exception_mask_t exception_mask, in thread_swap_exception_ports() 4504 exception_mask_t exception_mask, in task_swap_exception_ports() 4657 exception_mask_t exception_mask, in thread_get_exception_ports_internal() 4750 exception_mask_t exception_mask, in thread_get_exception_ports() 4764 exception_mask_t exception_mask, in thread_get_exception_ports_info() [all …]
|
| H A D | ipc_tt.h | 286 const task_t excepting_task, const exception_mask_t mask, const char *level);
|
| H A D | thread.h | 1738 exception_mask_t exception_mask,
|
| H A D | task.h | 1267 exception_mask_t exception_mask,
|
| /xnu-10002.1.13/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 151 exception_mask_t, mach_port_t,
|
| H A D | posix_spawn.c | 1404 exception_mask_t mask, in posix_spawnattr_setexceptionports_np()
|
| /xnu-10002.1.13/bsd/sys/ |
| H A D | spawn_internal.h | 92 exception_mask_t mask;
|
| /xnu-10002.1.13/osfmk/corpses/ |
| H A D | corpse.c | 504 exception_mask_t mask; in task_should_generate_lightweight_corpse()
|