Searched refs:debugflags (Results 1 – 1 of 1) sorted by relevance
486 unsigned int debugflags; in kdb_set() local489 debugflags = simple_strtoul(argv[2], &cp, 0); in kdb_set()490 if (cp == argv[2] || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set()496 | (debugflags << KDB_DEBUG_FLAG_SHIFT); in kdb_set()