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