HomeSort by relevance Sort by last modified time
    Searched refs:SSTEP_NOIRQ (Results 1 - 4 of 4) sorted by null

  /external/qemu/include/qom/
cpu.h 254 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */
  /external/qemu/include/exec/
cpu-all.h 439 #define SSTEP_NOIRQ 0x2 /* Do not use IRQ while single stepping */
  /external/qemu/
gdbstub.c 299 static int sstep_flags = SSTEP_ENABLE|SSTEP_NOIRQ|SSTEP_NOTIMER;
    [all...]
cpu-exec.c 330 if (unlikely(cpu->singlestep_enabled & SSTEP_NOIRQ)) {
    [all...]

Completed in 1066 milliseconds