Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/
H A Dexc_helpers.h71 create_exception_port(exception_mask_t exception_mask);
74 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior);
H A Dexception_ports_info.c21 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 Dkernel_inspection.c89 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 Dexc_helpers.c291 create_exception_port(exception_mask_t exception_mask) in create_exception_port()
297 create_exception_port_behavior64(exception_mask_t exception_mask, exception_behavior_t behavior) in create_exception_port_behavior64()
H A Dimmovable_send.c165 exception_mask_t mask;
/xnu-11215.61.5/osfmk/mach/
H A Dexception_types.h211 typedef unsigned int exception_mask_t; typedef
212 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;
422 exc_mask : exception_mask_t;
H A Dtask.defs276 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 Dhost_priv.defs244 exception_mask : exception_mask_t;
255 exception_mask : exception_mask_t;
269 exception_mask : exception_mask_t;
H A Dmach_types.defs587 type exception_mask_t = int;
607 array[*:32] of exception_mask_t;
/xnu-11215.61.5/osfmk/kern/
H A Dipc_tt.h296 exception_mask_t exception_mask,
306 exception_mask_t exception_mask,
H A Dexception.h56 exception_mask_t exception;
H A Dipc_tt.c4069 send_set_exception_telemetry(const task_t excepting_task, const exception_mask_t mask) in send_set_exception_telemetry()
4084 const exception_mask_t mask) in set_exception_behavior_violation()
4137 const task_t excepting_task, const exception_mask_t mask) in exception_is_identity_protected()
4160 const task_t excepting_task, const exception_mask_t mask, const bool hardened_exception) in set_exception_behavior_allowed()
4215 exception_mask_t exception_mask, in set_exception_ports_validation()
4288 exception_mask_t exception_mask, in thread_set_exception_ports_internal()
4380 exception_mask_t exception_mask, in thread_set_exception_ports()
4401 exception_mask_t exception_mask, in task_set_exception_ports()
4511 exception_mask_t exception_mask, in thread_swap_exception_ports()
4624 exception_mask_t exception_mask, in task_swap_exception_ports()
[all …]
H A Dipc_host.c491 exception_mask_t exception_mask, in host_set_exception_ports()
604 exception_mask_t exception_mask, in host_get_exception_ports()
658 exception_mask_t exception_mask, in host_swap_exception_ports()
H A Dthread.h1922 exception_mask_t exception_mask,
H A Dtask.h1353 exception_mask_t exception_mask,
/xnu-11215.61.5/tests/ipc/
H A Dkernel_signed_pac_thread_state.c300 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 Dhardened_exceptions.c42 exception_mask_t exceptions_allowed;
H A Dsys_perf_notify_test.c124 exception_mask_t masks[EXC_TYPES_COUNT]; in run_test()
H A Dipc_read_inspect.c326 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_task_port_mig_intrans()
452 exception_mask_t masks[EXC_TYPES_COUNT] = {}; in test_thread_port_mig_intrans()
/xnu-11215.61.5/libsyscall/wrappers/spawn/
H A Dspawn.h151 exception_mask_t, mach_port_t,
H A Dposix_spawn.c1428 exception_mask_t mask, in posix_spawnattr_setexceptionports_np()
/xnu-11215.61.5/bsd/sys/
H A Dspawn_internal.h92 exception_mask_t mask;
/xnu-11215.61.5/tests/skywalk/
H A Dskywalk_test_driver.c188 exception_mask_t masks[2]; in skywalk_test_driver_run()
/xnu-11215.61.5/osfmk/corpses/
H A Dcorpse.c505 exception_mask_t mask; in task_should_generate_lightweight_corpse()