Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/debug/kdb/
Dkdb_debugger.c111 reason = KDB_REASON_SSTEP; in kdb_stub()
129 if (KDB_STATE(SSBPT) && reason == KDB_REASON_SSTEP) { in kdb_stub()
Dkdb_main.c1308 case KDB_REASON_SSTEP: in kdb_local()
/linux-6.6.21/include/linux/
Dkdb.h167 KDB_REASON_SSTEP, /* Single Step trap. - regs valid */ enumerator