Home
last modified time | relevance | path

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

/linux-3.4.99/arch/frv/include/asm/
Dgdb-stub.h113 #define gdbstub_io(FMT,...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
115 #define gdbstub_io(FMT,...) ({ 0; }) macro
/linux-3.4.99/arch/mn10300/include/asm/
Dgdb-stub.h170 #define gdbstub_io(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
172 #define gdbstub_io(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro