Searched defs:gdbstub_io (Results 1 – 2 of 2) sorted by relevance
113 #define gdbstub_io(FMT,...) gdbstub_printk(FMT, ##__VA_ARGS__) macro115 #define gdbstub_io(FMT,...) ({ 0; }) macro
170 #define gdbstub_io(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro172 #define gdbstub_io(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro