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

/xnu-2782.1.97/osfmk/mach/
H A Dexception_types.h157 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH) macro
/xnu-2782.1.97/osfmk/kern/
H A Dipc_host.c551 if (exception_mask & ~EXC_MASK_VALID) {
633 if (exception_mask & ~EXC_MASK_VALID) {
698 if (exception_mask & ~EXC_MASK_VALID) {
H A Dipc_tt.c1629 if (exception_mask & ~EXC_MASK_VALID)
1703 if (exception_mask & ~EXC_MASK_VALID)
1807 if (exception_mask & ~EXC_MASK_VALID)
1908 if (exception_mask & ~EXC_MASK_VALID)
2019 if (exception_mask & ~EXC_MASK_VALID)
2086 if (exception_mask & ~EXC_MASK_VALID)

Completed in 74 milliseconds