Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/mach/
H A Dexception_types.h174 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY) macro
/xnu-8792.41.9/osfmk/kern/
H A Dipc_host.c505 if (exception_mask & ~EXC_MASK_VALID) { in host_set_exception_ports()
640 if (exception_mask & ~EXC_MASK_VALID) { in host_get_exception_ports()
705 if (exception_mask & ~EXC_MASK_VALID) { in host_swap_exception_ports()
H A Dipc_tt.c4062 if (exception_mask & ~EXC_MASK_VALID) { in thread_set_exception_ports()
4174 if (exception_mask & ~EXC_MASK_VALID) { in task_set_exception_ports()
4319 if (exception_mask & ~EXC_MASK_VALID) { in thread_swap_exception_ports()
4457 if (exception_mask & ~EXC_MASK_VALID) { in task_swap_exception_ports()
4601 if (exception_mask & ~EXC_MASK_VALID) { in thread_get_exception_ports_internal()
4756 if (exception_mask & ~EXC_MASK_VALID) { in task_get_exception_ports_internal()