Searched defs:gdbstub_proto (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/frv/include/asm/
H A Dgdb-stub.h119 #define gdbstub_proto(FMT,...) gdbstub_printk(FMT,##__VA_ARGS__) macro
121 #define gdbstub_proto(FMT,...) ({ 0; }) macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dgdb-stub.h164 #define gdbstub_proto(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
166 #define gdbstub_proto(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro

Completed in 185 milliseconds