Searched defs:cond_str (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/include/asm/ |
| H A D | bug.h | 24 #define __BUG_ENTRY(cond_str, flags) argument 26 #define __BUG_ENTRY(cond_str, flags) \ argument 36 #define ASM_BUG_FLAGS(cond_str, flags) \ argument 42 #define __BUG_FLAGS(cond_str, flags) \ argument 45 #define __WARN_FLAGS(cond_str, flags) \ argument
|
| /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 109 #define _BUG_FLAGS(cond_str, ins, flags, extra) asm volatile(ins) argument 130 #define __WARN_FLAGS(cond_str, flags) \ argument
|
| /linux/arch/parisc/include/asm/ |
| H A D | bug.h | 51 #define __WARN_FLAGS(cond_str, flags) \ argument 67 #define __WARN_FLAGS(cond_str, flags) \ argument
|