Searched refs:SSTEP_NOIRQ (Results 1 – 4 of 4) sorted by relevance
254 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */ macro
439 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */ macro
299 static int sstep_flags = SSTEP_ENABLE|SSTEP_NOIRQ|SSTEP_NOTIMER;1815 SSTEP_NOIRQ, in gdb_handle_packet()
330 if (unlikely(cpu->singlestep_enabled & SSTEP_NOIRQ)) { in cpu_exec()