Home
last modified time | relevance | path

Searched refs:KDB_DEBUG_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/debug/kdb/
H A Dkdb_private.h32 #define KDB_DEBUG_FLAG_MASK 0xffff /* All debug flags */ macro
H A Dkdb_main.c416 if (ret || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set()