Home
last modified time | relevance | path

Searched refs:SSTEP_NOIRQ (Results 1 – 4 of 4) sorted by relevance

/external/qemu/include/qom/
Dcpu.h254 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */ macro
/external/qemu/include/exec/
Dcpu-all.h439 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */ macro
/external/qemu/
Dgdbstub.c299 static int sstep_flags = SSTEP_ENABLE|SSTEP_NOIRQ|SSTEP_NOTIMER;
1815 SSTEP_NOIRQ, in gdb_handle_packet()
Dcpu-exec.c330 if (unlikely(cpu->singlestep_enabled & SSTEP_NOIRQ)) { in cpu_exec()