Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Drunstate.h11 bool runstate_needs_reset(void);
/openbmc/qemu/monitor/
H A Dqmp-cmds.c78 if (runstate_needs_reset()) { in qmp_cont()
/openbmc/qemu/gdbstub/
H A Dsystem.c550 if (!runstate_needs_reset()) { in gdb_continue()
565 if (!runstate_needs_reset()) { in gdb_continue_partial()
/openbmc/qemu/system/
H A Drunstate.c261 bool runstate_needs_reset(void) in runstate_needs_reset() function