Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dkdb.h62 KDB_REPEAT_WITH_ARGS = 0x80000000, /* Repeat the command with args */ enumerator
/Linux-v5.4/kernel/debug/kdb/
Dkdb_main.c1059 if (tp->cmd_flags & KDB_REPEAT_WITH_ARGS) in kdb_parse()