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