Searched refs:CS_DEBUGGED (Results 1 – 5 of 5) sorted by relevance
71 #define CS_DEBUGGED 0x10000000 /* process is currently or has previously been debu… macro
222 flags |= CS_DEBUGGED; in cs_allow_invalid()990 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csproc_get_validation_category()
879 if (proc_getcsflags(process) & CS_DEBUGGED) { in address_space_debugged()
3358 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3393 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3527 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3561 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
1042 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()