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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h113 #define gdbstub_io(FMT,...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
115 #define gdbstub_io(FMT,...) ({ 0; }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h170 #define gdbstub_io(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
172 #define gdbstub_io(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro

Completed in 136 milliseconds