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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c124 gdbstub_rx_buffer[ix++] = __UART(LSR);
125 gdbstub_rx_buffer[ix++] = __UART(RX);
165 st = gdbstub_rx_buffer[ix++];
166 ch = gdbstub_rx_buffer[ix++];
H A Dgdb-stub.c173 volatile u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-serial.c112 ch = gdbstub_rx_buffer[ix++];
113 st = gdbstub_rx_buffer[ix++];
H A Dgdb-io-serial-low.S51 movbu d3,(gdbstub_rx_buffer+1,a2)
52 movbu d2,(gdbstub_rx_buffer,a2)
H A Dgdb-io-ttysm-low.S50 movbu d3,(gdbstub_rx_buffer+1,a2)
51 movbu d2,(gdbstub_rx_buffer,a2)
H A Dgdb-io-ttysm.c209 ch = gdbstub_rx_buffer[ix++];
210 st = gdbstub_rx_buffer[ix++];
H A Dgdb-stub.c154 u8 gdbstub_rx_buffer[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dgdb-stub.h102 extern volatile u8 gdbstub_rx_buffer[PAGE_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h140 extern u8 gdbstub_rx_buffer[PAGE_SIZE];

Completed in 61 milliseconds