| /linux/arch/loongarch/include/asm/ |
| H A D | bug.h | 23 #define __BUG_ENTRY(cond_str, flags) argument 25 #define __BUG_ENTRY(cond_str, flags) \ argument 29 _BUGVERBOSE_LOCATION(WARN_CONDITION_STR(cond_str) __FILE__, __LINE__) \ 35 #define ASM_BUG_FLAGS(cond_str, flags) \ argument 36 __BUG_ENTRY(cond_str, flags) \ 41 #define __BUG_FLAGS(cond_str, flags, extra) \ argument 42 asm_inline volatile (__stringify(ASM_BUG_FLAGS(cond_str, flags)) extra); 44 #define __WARN_FLAGS(cond_str, flags) \ argument 47 __BUG_FLAGS(cond_str, BUGFLAG_WARNING|(flags), ANNOTATE_REACHABLE(10001b));\
|
| /linux/arch/s390/include/asm/ |
| H A D | bug.h | 24 #define WARN_CONDITION_STR(cond_str) cond_str argument 26 #define WARN_CONDITION_STR(cond_str) "" argument 37 #define __BUG_ASM(cond_str, flags) \ argument 45 [frmt] "i" (WARN_CONDITION_STR(cond_str)), \ 58 #define __WARN_FLAGS(cond_str, flags) \ argument 60 __BUG_ASM(cond_str, BUGFLAG_WARNING | (flags)); \
|
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 81 #define WARN_CONDITION_STR(cond_str) cond_str argument 83 #define WARN_CONDITION_STR(cond_str) "" argument 86 #define _BUG_FLAGS(cond_str, ins, flags, extra) \ argument 92 : : [fmt] "i" (WARN_CONDITION_STR(cond_str)), \ 109 #define _BUG_FLAGS(cond_str, ins, flags, extra) asm volatile(ins) argument 130 #define __WARN_FLAGS(cond_str, flags) \ argument 134 _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | bug.h | 63 #define __BUG_FLAGS(cond_str, flags) \ argument 68 : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \ 74 #define __BUG_FLAGS(cond_str, flags) do { \ argument 84 #define __WARN_FLAGS(cond_str, flags) __BUG_FLAGS(cond_str, BUGFLAG_WARNING|(flags)) argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | bug.h | 54 #define BUG_ENTRY(cond_str, insn, flags, ...) \ argument 58 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \ 75 #define __WARN_FLAGS(cond_str, flags) BUG_ENTRY(cond_str, "twi 31, 0, 0", BUGFLAG_WARNING | (flags)) argument
|
| /linux/arch/parisc/include/asm/ |
| H A D | bug.h | 51 #define __WARN_FLAGS(cond_str, flags) \ argument 62 : : "i" (WARN_CONDITION_STR(cond_str) __FILE__), "i" (__LINE__), \ 67 #define __WARN_FLAGS(cond_str, flags) \ argument
|
| /linux/include/asm-generic/ |
| H A D | bug.h | 23 # define WARN_CONDITION_STR(cond_str) "[" cond_str "] " argument 25 # define WARN_CONDITION_STR(cond_str) argument
|
| /linux/arch/sh/include/asm/ |
| H A D | bug.h | 55 #define __WARN_FLAGS(cond_str, flags) \ argument 62 "i" (WARN_CONDITION_STR(cond_str) __FILE__), \
|
| /linux/arch/arm64/include/asm/ |
| H A D | bug.h | 22 #define __WARN_FLAGS(cond_str, flags) __BUG_FLAGS(BUGFLAG_WARNING|(flags)) argument
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 338 cond_str = self.cond.ToPerfJson()
|