Home
last modified time | relevance | path

Searched refs:KDB_REASON_BREAK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/debug/kdb/
H A Dkdb_debugger.c80 reason = KDB_REASON_BREAK; in kdb_stub()
87 if (reason == KDB_REASON_BREAK || reason == KDB_REASON_SWITCH) { in kdb_stub()
101 reason = KDB_REASON_BREAK; in kdb_stub()
109 if (reason != KDB_REASON_BREAK && ks->ex_vector == 0 && in kdb_stub()
H A Dkdb_main.c1309 case KDB_REASON_BREAK: in kdb_local()
1311 reason == KDB_REASON_BREAK ? in kdb_local()
/openbmc/linux/include/linux/
H A Dkdb.h159 KDB_REASON_BREAK, /* Breakpoint inst. - regs valid */ enumerator