Home
last modified time | relevance | path

Searched refs:gdbstub_console_write (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/frv/kernel/
Dgdb-stub.c136 extern void gdbstub_console_write(struct console *co, const char *p, unsigned n);
643 gdbstub_console_write(NULL,p,n);
651 .write = gdbstub_console_write, /* in break.S */
1469 if (__debug_frame->pc == (unsigned long) gdbstub_console_write + 4) { in gdbstub()
/linux-3.4.99/arch/mn10300/kernel/
Dgdb-stub.c736 void gdbstub_console_write(struct console *con, const char *p, unsigned n) in gdbstub_console_write() function
776 .write = gdbstub_console_write,