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