Searched refs:cond_str (Results 1 – 3 of 3) sorted by relevance
| /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/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/tools/perf/pmu-events/ |
| H A D | metric.py | 338 cond_str = self.cond.ToPerfJson()
|