Home
last modified time | relevance | path

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

/linux-3.4.99/kernel/debug/kdb/ !
Dkdb_private.h32 #define KDB_DEBUG_FLAG_MASK 0xffff /* All debug flags */ macro
Dkdb_main.c379 if (cp == argv[2] || debugflags & ~KDB_DEBUG_FLAG_MASK) { in kdb_set()
385 ~(KDB_DEBUG_FLAG_MASK << KDB_DEBUG_FLAG_SHIFT)) in kdb_set()