Home
last modified time | relevance | path

Searched refs:gdbstub_rx_buffer (Results 1 – 9 of 9) sorted by relevance

/arch/frv/kernel/
Dgdb-io.c123 gdbstub_rx_buffer[ix++] = __UART(LSR); in gdbstub_do_rx()
124 gdbstub_rx_buffer[ix++] = __UART(RX); in gdbstub_do_rx()
164 st = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()
165 ch = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()
Dgdb-stub.c172 volatile u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
/arch/mn10300/kernel/
Dgdb-io-serial.c129 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
130 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
Dgdb-io-serial-low.S54 movbu d3,(gdbstub_rx_buffer+1,a2)
55 movbu d2,(gdbstub_rx_buffer,a2)
Dgdb-io-ttysm-low.S50 movbu d3,(gdbstub_rx_buffer+1,a2)
51 movbu d2,(gdbstub_rx_buffer,a2)
Dgdb-io-ttysm.c211 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
212 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
Dgdb-stub.c153 u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
/arch/frv/include/asm/
Dgdb-stub.h102 extern volatile u8 gdbstub_rx_buffer[PAGE_SIZE];
/arch/mn10300/include/asm/
Dgdb-stub.h140 extern u8 gdbstub_rx_buffer[PAGE_SIZE];