| /xnu-12377.1.9/tests/ |
| H A D | exc_helpers.h | 83 create_exception_port(exception_mask_t exception_mask); 86 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior); 93 set_thread_exception_port(mach_port_t exc_port, exception_mask_t exception_mask); 96 set_thread_exception_port_behavior64(mach_port_t exc_port, exception_mask_t exception_mask, excepti…
|
| H A D | exception_ports_info.c | 21 exception_mask_t masks[EXC_TYPES_COUNT]; 27 exception_mask_t masks2[EXC_TYPES_COUNT]; 117 kr = memcmp(masks, masks2, count * sizeof(exception_mask_t));
|
| H A D | exc_helpers.c | 382 create_exception_port(exception_mask_t exception_mask) in create_exception_port() 388 set_thread_exception_port(mach_port_t exc_port, exception_mask_t exception_mask) in set_thread_exception_port() 394 set_thread_exception_port_behavior64(exception_port_t exc_port, exception_mask_t exception_mask, ex… in set_thread_exception_port_behavior64() 417 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64()
|
| H A D | kernel_inspection.c | 89 exception_mask_t masks[EXC_TYPES_COUNT]; in attempt_kernel_inspection() 129 exception_mask_t masks[EXC_TYPES_COUNT]; in attempt_kernel_inspection()
|
| H A D | immovable_send.c | 165 exception_mask_t mask;
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | exception_types.h | 218 typedef unsigned int exception_mask_t; typedef 219 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; 422 exc_mask : exception_mask_t;
|
| H A D | task.defs | 276 exception_mask : exception_mask_t; 293 exception_mask : exception_mask_t; 307 exception_mask : exception_mask_t; 578 exception_mask : exception_mask_t; 626 exceptions_allowed : exception_mask_t;
|
| H A D | host_priv.defs | 244 exception_mask : exception_mask_t; 255 exception_mask : exception_mask_t; 269 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-12377.1.9/osfmk/kern/ |
| H A D | ipc_tt.h | 286 exception_mask_t exception_mask, 294 exception_mask_t exception_mask,
|
| H A D | ipc_tt.c | 3847 send_set_exception_telemetry(const task_t excepting_task, const exception_mask_t mask) in send_set_exception_telemetry() 3861 set_exception_behavior_violation(const task_t excepting_task, const exception_mask_t mask, int new_… in set_exception_behavior_violation() 3902 const task_t excepting_task, const exception_mask_t mask) in exception_is_identity_protected() 3930 const task_t excepting_task, const exception_mask_t mask, const bool hardened_exception) in set_exception_behavior_allowed() 3988 exception_mask_t exception_mask, in set_exception_ports_validation() 4053 exception_mask_t exception_mask, in thread_set_exception_ports_internal() 4145 exception_mask_t exception_mask, in thread_set_exception_ports() 4166 exception_mask_t exception_mask, in task_set_exception_ports() 4276 exception_mask_t exception_mask, in thread_swap_exception_ports() 4389 exception_mask_t exception_mask, in task_swap_exception_ports() [all …]
|
| H A D | exception.h | 56 exception_mask_t exception;
|
| H A D | ipc_host.c | 494 exception_mask_t exception_mask, in host_set_exception_ports() 608 exception_mask_t exception_mask, in host_get_exception_ports() 662 exception_mask_t exception_mask, in host_swap_exception_ports()
|
| H A D | thread.h | 1953 exception_mask_t exception_mask,
|
| H A D | task.h | 1408 exception_mask_t exception_mask,
|
| /xnu-12377.1.9/tests/ipc/ |
| H A D | kernel_signed_pac_thread_state.c | 300 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64() 334 create_exception_port(exception_mask_t exception_mask) in create_exception_port()
|
| H A D | hardened_exceptions.c | 42 exception_mask_t exceptions_allowed;
|
| H A D | sys_perf_notify_test.c | 124 exception_mask_t masks[EXC_TYPES_COUNT]; in run_test()
|
| H A D | ipc_read_inspect.c | 316 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans() 442 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_thread_port_mig_intrans()
|
| /xnu-12377.1.9/libsyscall/wrappers/spawn/ |
| H A D | spawn.h | 157 exception_mask_t, mach_port_t,
|
| H A D | posix_spawn.c | 1459 exception_mask_t mask, in posix_spawnattr_setexceptionports_np()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | spawn_internal.h | 92 exception_mask_t mask;
|
| /xnu-12377.1.9/tests/skywalk/ |
| H A D | skywalk_test_driver.c | 188 exception_mask_t masks[2]; in skywalk_test_driver_run()
|
| /xnu-12377.1.9/osfmk/corpses/ |
| H A D | corpse.c | 507 exception_mask_t mask; in task_should_generate_lightweight_corpse()
|