Lines Matching defs:line
46 #define __BUG_ENTRY_VERBOSE(file, line) \
48 "\t.word " line "\t# bug_entry::line\n"
50 #define __BUG_ENTRY_VERBOSE(file, line)
65 #define __BUG_ENTRY(format, file, line, flags) \
68 __BUG_ENTRY_VERBOSE(file, line) \
71 #define _BUG_FLAGS_ASM(format, file, line, flags, size, extra) \
75 __BUG_ENTRY(format, file, line, flags) \
90 "%c[line]", "%c[fl]", \
94 [line] "i" (__LINE__), \
99 #define ARCH_WARN_ASM(file, line, flags, size) \
105 _BUG_FLAGS_ASM("99b", file, line, flags, size, "")
162 "%c[line]", "%c[fl]", \
167 [line] "i" (__LINE__), \