Searched refs:__WARN (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/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__) 99 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__)
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | bug.h | 57 __WARN(); \ 60 __WARN(); \
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | bug.h | 89 __WARN(); \ 92 __WARN(); \
|
| /linux-6.15/include/asm-generic/ |
| H A D | bug.h | 96 #define __WARN() __WARN_printf(TAINT_WARN, NULL) macro 103 #define __WARN() __WARN_FLAGS(BUGFLAG_TAINT(TAINT_WARN)) macro 125 __WARN(); \
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | bug.h | 72 __WARN(); \ 75 __WARN(); \
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | bug.h | 91 __WARN(); \
|