Home
last modified time | relevance | path

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

/linux-6.15/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__)
99 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__)
/linux-6.15/arch/s390/include/asm/
H A Dbug.h57 __WARN(); \
60 __WARN(); \
/linux-6.15/arch/parisc/include/asm/
H A Dbug.h89 __WARN(); \
92 __WARN(); \
/linux-6.15/include/asm-generic/
H A Dbug.h96 #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 Dbug.h72 __WARN(); \
75 __WARN(); \
/linux-6.15/arch/powerpc/include/asm/
H A Dbug.h91 __WARN(); \