Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dkdb.h64 KDB_REPEAT_WITH_ARGS = 0x80000000, /* Repeat the command with args */ enumerator
/linux-6.15/kernel/debug/kdb/
H A Dkdb_main.c1031 if (tp->flags & KDB_REPEAT_WITH_ARGS) in kdb_parse()