Searched refs:KDB_DEBUG_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/kernel/debug/kdb/ | ||
D | kdb_private.h | 31 #define KDB_DEBUG_FLAG_MASK 0xffff /* All debug flags */ macro |
D | kdb_main.c | 490 if (cp == argv[2] || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set() |