Searched refs:KDB_DEBUG_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/debug/kdb/ | ||
| H A D | kdb_private.h | 32 #define KDB_DEBUG_FLAG_MASK 0xffff /* All debug flags */ macro |
| H A D | kdb_main.c | 416 if (ret || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set() |