Searched refs:_BUG_FLAGS (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | bug.h | 34 #define _BUG_FLAGS(ins, flags) \ macro 51 #define _BUG_FLAGS(ins, flags) \ macro 67 #define _BUG_FLAGS(ins, flags) asm volatile(ins) macro 75 _BUG_FLAGS(ASM_UD2, 0); \ 88 _BUG_FLAGS(ASM_UD2, BUGFLAG_WARNING|(flags)); \
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A 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); \
|
Completed in 1 milliseconds