Searched refs:EXC_MASK_VALID (Results 1 – 3 of 3) sorted by relevance
479 if (exception_mask & ~EXC_MASK_VALID) { in host_set_exception_ports()613 if (exception_mask & ~EXC_MASK_VALID) { in host_get_exception_ports()678 if (exception_mask & ~EXC_MASK_VALID) { in host_swap_exception_ports()
3860 if (exception_mask & ~EXC_MASK_VALID) { in thread_set_exception_ports()3969 if (exception_mask & ~EXC_MASK_VALID) { in task_set_exception_ports()4105 if (exception_mask & ~EXC_MASK_VALID) { in thread_swap_exception_ports()4242 if (exception_mask & ~EXC_MASK_VALID) { in task_swap_exception_ports()4386 if (exception_mask & ~EXC_MASK_VALID) { in thread_get_exception_ports_internal()4551 if (exception_mask & ~EXC_MASK_VALID) { in task_get_exception_ports_internal()
171 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH | EXC_MASK_CORPSE_NOTIFY) macro