Searched refs:WARN_CONDITION_STR (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | bug.h | 24 #define WARN_CONDITION_STR(cond_str) cond_str macro 26 #define WARN_CONDITION_STR(cond_str) "" macro 45 [frmt] "i" (WARN_CONDITION_STR(cond_str)), \
|
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 81 #define WARN_CONDITION_STR(cond_str) cond_str macro 83 #define WARN_CONDITION_STR(cond_str) "" macro 92 : : [fmt] "i" (WARN_CONDITION_STR(cond_str)), \
|
| /linux/include/asm-generic/ |
| H A D | bug.h | 21 #ifndef WARN_CONDITION_STR 23 # define WARN_CONDITION_STR(cond_str) "[" cond_str "] " macro 25 # define WARN_CONDITION_STR(cond_str) macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | bug.h | 62 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \
|
| /linux/arch/loongarch/include/asm/ |
| H A D | bug.h | 29 _BUGVERBOSE_LOCATION(WARN_CONDITION_STR(cond_str) __FILE__, __LINE__) \
|
| /linux/arch/sh/include/asm/ |
| H A D | bug.h | 62 "i" (WARN_CONDITION_STR(cond_str) __FILE__), \
|
| /linux/arch/riscv/include/asm/ |
| H A D | bug.h | 68 : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bug.h | 58 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \
|