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

/darwin-on-arm/xnu/osfmk/mach/
H A Dexception_types.h152 #define EXC_MASK_VALID (EXC_MASK_ALL | EXC_MASK_CRASH) macro
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_host.c552 if (exception_mask & ~EXC_MASK_VALID) {
629 if (exception_mask & ~EXC_MASK_VALID) {
694 if (exception_mask & ~EXC_MASK_VALID) {
H A Dipc_tt.c1487 if (exception_mask & ~EXC_MASK_VALID)
1558 if (exception_mask & ~EXC_MASK_VALID)
1654 if (exception_mask & ~EXC_MASK_VALID)
1750 if (exception_mask & ~EXC_MASK_VALID)
1859 if (exception_mask & ~EXC_MASK_VALID)
1921 if (exception_mask & ~EXC_MASK_VALID)

Completed in 24 milliseconds