Home
last modified time | relevance | path

Searched refs:BUGFLAG_ARGS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/include/asm/
H A Dbug.h99 int __flags = (flags) | BUGFLAG_WARNING | BUGFLAG_ARGS; \
/linux/arch/x86/include/asm/
H A Dbug.h174 int __flags = (flags) | BUGFLAG_WARNING | BUGFLAG_ARGS ; \
/linux/include/asm-generic/
H A Dbug.h16 #define BUGFLAG_ARGS (1 << 4) macro
/linux/lib/
H A Dbug.c221 has_args = bug->flags & BUGFLAG_ARGS; in __report_bug()