Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkdb.h146 #define KDB_FLAG_CLEAR(flag) ((void)(kdb_flags &= ~KDB_FLAG_##flag)) macro
/linux/kernel/debug/kdb/
H A Dkdb_debugger.c155 KDB_FLAG_CLEAR(CATASTROPHIC); in kdb_stub()