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

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

Completed in 78 milliseconds