Searched refs:_BUG_FLAGS (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 86 #define _BUG_FLAGS(cond_str, ins, flags, extra) \ macro 109 #define _BUG_FLAGS(cond_str, ins, flags, extra) asm volatile(ins) macro 117 _BUG_FLAGS("", ASM_UD2, 0, ""); \ 134 _BUG_FLAGS(cond_str, ASM_UD2, __flags, ARCH_WARN_REACHABLE); \
|