Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c252 (cpu->singlestep_enabled & SSTEP_NOTIMER) == 0); in rr_cpu_thread_fn()
H A Dtcg-all.c221 return SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in tcg_gdbstub_supported_sstep_flags()
/qemu/gdbstub/
H A Dgdbstub.c74 gdbserver_state.sstep_flags = SSTEP_ENABLE | SSTEP_NOIRQ | SSTEP_NOTIMER; in gdb_init_gdbserver_state()
1542 if (gdbserver_state.supported_sstep_flags & SSTEP_NOTIMER) { in handle_query_qemu_sstepbits()
1544 SSTEP_NOTIMER); in handle_query_qemu_sstepbits()
/qemu/include/hw/core/
H A Dcpu.h1056 #define SSTEP_NOTIMER 0x4 /* Do not Timers while single stepping */ macro