Home
last modified time | relevance | path

Searched refs:gdbstub_busy (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/mn10300/kernel/
Dgdb-io-serial-low.S64 bset 0x01,(gdbstub_busy)
85 bclr 0x01,(gdbstub_busy)
Dgdb-io-ttysm-low.S61 bset 0x01,(gdbstub_busy)
87 bclr 0x01,(gdbstub_busy)
Dgdb-stub.c156 u8 gdbstub_busy; variable
743 busy = gdbstub_busy; in gdbstub_console_write()
744 gdbstub_busy = 1; in gdbstub_console_write()
766 gdbstub_busy = busy; in gdbstub_console_write()
1698 if (gdbstub_busy) in debugger_intercept()
1700 gdbstub_busy = 1; in debugger_intercept()
1742 gdbstub_busy = 0; in debugger_intercept()
1815 gdbstub_busy = 1; in gdbstub_exit()
1838 gdbstub_busy = 0; in gdbstub_exit()
1851 gdbstub_busy = 1; in gdbstub_init()
[all …]
/linux-3.4.99/arch/mn10300/include/asm/
Dgdb-stub.h144 extern u8 gdbstub_busy;
/linux-3.4.99/arch/mn10300/mm/
Dfault.c130 if (gdbstub_busy) { in do_page_fault()