Home
last modified time | relevance | path

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

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