Searched refs:_BUG_FLAGS_ASM (Results 1 – 1 of 1) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | bug.h | 52 #define _BUG_FLAGS_ASM(ins, file, line, flags, size, extra) \ macro 62 asm_inline volatile(_BUG_FLAGS_ASM(ins, "%c0", \ 70 _BUG_FLAGS_ASM(ASM_UD2, file, line, flags, size, "")
|