Home
last modified time | relevance | path

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

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