Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/mach/
H A Dexception_types.h174 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY) macro
/xnu-10002.1.13/osfmk/kern/
H A Dipc_host.c508 if (exception_mask & ~EXC_MASK_VALID) { in host_set_exception_ports()
647 if (exception_mask & ~EXC_MASK_VALID) { in host_get_exception_ports()
712 if (exception_mask & ~EXC_MASK_VALID) { in host_swap_exception_ports()
H A Dipc_tt.c4118 if (exception_mask & ~EXC_MASK_VALID) { in thread_set_exception_ports()
4234 if (exception_mask & ~EXC_MASK_VALID) { in task_set_exception_ports()
4384 if (exception_mask & ~EXC_MASK_VALID) { in thread_swap_exception_ports()
4526 if (exception_mask & ~EXC_MASK_VALID) { in task_swap_exception_ports()
4674 if (exception_mask & ~EXC_MASK_VALID) { in thread_get_exception_ports_internal()
4829 if (exception_mask & ~EXC_MASK_VALID) { in task_get_exception_ports_internal()