Home
last modified time | relevance | path

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

/linux-2.6.39/arch/frv/kernel/
Dgdb-io.c124 gdbstub_rx_buffer[ix++] = __UART(LSR); in gdbstub_do_rx()
125 gdbstub_rx_buffer[ix++] = __UART(RX); in gdbstub_do_rx()
165 st = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()
166 ch = gdbstub_rx_buffer[ix++]; in gdbstub_rx_char()
Dgdb-stub.c173 volatile u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
/linux-2.6.39/arch/mn10300/kernel/
Dgdb-io-serial.c130 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
131 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
Dgdb-io-ttysm-low.S50 movbu d3,(gdbstub_rx_buffer+1,a2)
51 movbu d2,(gdbstub_rx_buffer,a2)
Dgdb-io-serial-low.S54 movbu d3,(gdbstub_rx_buffer+1,a2)
55 movbu d2,(gdbstub_rx_buffer,a2)
Dgdb-io-ttysm.c212 ch = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
213 st = gdbstub_rx_buffer[ix++]; in gdbstub_io_rx_char()
Dgdb-stub.c154 u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
/linux-2.6.39/arch/frv/include/asm/
Dgdb-stub.h102 extern volatile u8 gdbstub_rx_buffer[PAGE_SIZE];
/linux-2.6.39/arch/mn10300/include/asm/
Dgdb-stub.h140 extern u8 gdbstub_rx_buffer[PAGE_SIZE];