Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dkdb.h65 } kdb_cmdflags_t; typedef
76 kdb_cmdflags_t flags; /* Command behaviour flags */
/linux-6.14.4/kernel/debug/kdb/
Dkdb_main.c214 static bool kdb_check_flags(kdb_cmdflags_t flags, int permissions, in kdb_check_flags()