Home
last modified time | relevance | path

Searched refs:EXC_MASK_VALID (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/osfmk/mach/
H A Dexception_types.h174 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY) macro
/xnu-8796.141.3/osfmk/kern/
H A Dipc_host.c507 if (exception_mask & ~EXC_MASK_VALID) { in host_set_exception_ports()
642 if (exception_mask & ~EXC_MASK_VALID) { in host_get_exception_ports()
707 if (exception_mask & ~EXC_MASK_VALID) { in host_swap_exception_ports()
H A Dipc_tt.c4007 if (exception_mask & ~EXC_MASK_VALID) { in thread_set_exception_ports()
4119 if (exception_mask & ~EXC_MASK_VALID) { in task_set_exception_ports()
4264 if (exception_mask & ~EXC_MASK_VALID) { in thread_swap_exception_ports()
4402 if (exception_mask & ~EXC_MASK_VALID) { in task_swap_exception_ports()
4546 if (exception_mask & ~EXC_MASK_VALID) { in thread_get_exception_ports_internal()
4701 if (exception_mask & ~EXC_MASK_VALID) { in task_get_exception_ports_internal()