Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-all.h802 #define SSTEP_NOTIMER 0x4 /* Do not Timers while single stepping */ macro
Dgdbstub.c298 static int sstep_flags = SSTEP_ENABLE|SSTEP_NOIRQ|SSTEP_NOTIMER;
1813 SSTEP_NOTIMER); in gdb_handle_packet()
Dvl-android.c4424 if (!cur_cpu || likely(!(cur_cpu->singlestep_enabled & SSTEP_NOTIMER))) in main_loop_wait()
Dvl.c4292 if (!cur_cpu || likely(!(cur_cpu->singlestep_enabled & SSTEP_NOTIMER))) in main_loop_wait()