Searched refs:CS_INVALID_ALLOWED (Results 1 – 2 of 2) sorted by relevance
42 #define CS_INVALID_ALLOWED 0x00000020 /* (macOS Only) Page invalidation allowed by task p… macro
995 proc_csflags_set(p, CS_INVALID_ALLOWED); in csproc_mark_invalid_allowed()1015 if (p != NULL && (proc_getcsflags(p) & CS_INVALID_ALLOWED)) { in csproc_check_invalid_allowed()