Home
last modified time | relevance | path

Searched refs:__WARN (Results 1 – 5 of 5) sorted by relevance

/linux/include/asm-generic/
H A Dbug.h106 #define __WARN() __WARN_FLAGS("", BUGFLAG_TAINT(TAINT_WARN)) macro
147 #ifndef __WARN
148 #define __WARN() __WARN_printf(TAINT_WARN, NULL) macro
157 __WARN(); \
/linux/tools/objtool/include/objtool/
H A Dwarn.h53 #define __WARN(severity, format, ...) \ macro
68 __WARN(severity, "%s: " format, _str, ##__VA_ARGS__); \
74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__)
106 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__)
/linux/arch/parisc/include/asm/
H A Dbug.h87 __WARN(); \
90 __WARN(); \
/linux/arch/sh/include/asm/
H A Dbug.h72 __WARN(); \
75 __WARN(); \
/linux/arch/powerpc/include/asm/
H A Dbug.h91 __WARN(); \