Searched refs:__WARN (Results 1 – 5 of 5) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | bug.h | 106 #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 D | warn.h | 53 #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 D | bug.h | 87 __WARN(); \ 90 __WARN(); \
|
| /linux/arch/sh/include/asm/ |
| H A D | bug.h | 72 __WARN(); \ 75 __WARN(); \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bug.h | 91 __WARN(); \
|