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()1043 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csproc_get_validation_category()
1033 if (proc_getcsflags(process) & CS_DEBUGGED) { in address_space_debugged()
3520 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3555 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3689 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()3723 if ((proc_getcsflags(pt) & (CS_VALID | CS_DEBUGGED)) == 0) { in csops_internal()
1049 if (proc_getcsflags(proc) & (CS_VALID | CS_DEBUGGED)) { in flow_divert_add_proc_info()