Searched refs:_BUG_FLAGS (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/arch/x86/include/asm/ |
| D | bug.h | 26 #define _BUG_FLAGS(ins, flags, extra) \ macro 44 #define _BUG_FLAGS(ins, flags, extra) \ macro 61 #define _BUG_FLAGS(ins, flags, extra) asm volatile(ins) macro 69 _BUG_FLAGS(ASM_UD2, 0, ""); \ 83 _BUG_FLAGS(ASM_UD2, __flags, ASM_REACHABLE); \
|