Home
last modified time | relevance | path

Searched refs:replay_checkpoint (Results 1 – 7 of 7) sorted by relevance

/qemu/accel/tcg/
H A Dicount-common.c317 replay_checkpoint(CHECKPOINT_CLOCK_WARP_START); in icount_start_warp_timer()
320 if (!replay_checkpoint(CHECKPOINT_CLOCK_WARP_START)) { in icount_start_warp_timer()
410 if (!replay_checkpoint(CHECKPOINT_CLOCK_WARP_ACCOUNT)) { in icount_account_warp_timer()
/qemu/stubs/
H A Dreplay-tools.c39 bool replay_checkpoint(ReplayCheckpoint checkpoint) in replay_checkpoint() function
/qemu/util/
H A Dqemu-timer.c525 if (!replay_checkpoint(CHECKPOINT_CLOCK_HOST)) { in timerlist_run_timers()
530 if (!replay_checkpoint(CHECKPOINT_CLOCK_VIRTUAL_RT)) { in timerlist_run_timers()
562 && !replay_checkpoint(CHECKPOINT_CLOCK_VIRTUAL)) { in timerlist_run_timers()
/qemu/include/sysemu/
H A Dreplay.h113 bool replay_checkpoint(ReplayCheckpoint checkpoint);
/qemu/system/
H A Drunstate.c444 if (r && replay_checkpoint(CHECKPOINT_RESET_REQUESTED)) { in qemu_reset_requested()
454 if (r && replay_checkpoint(CHECKPOINT_SUSPEND_REQUESTED)) { in qemu_suspend_requested()
/qemu/replay/
H A Dreplay.c272 bool replay_checkpoint(ReplayCheckpoint checkpoint) in replay_checkpoint() function
/qemu/hw/core/
H A Dmachine.c1498 replay_checkpoint(CHECKPOINT_INIT); in machine_run_board_init()
1632 replay_checkpoint(CHECKPOINT_RESET); in qdev_machine_creation_done()