Home
last modified time | relevance | path

Searched refs:QEMU_CLOCK_VIRTUAL_RT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/migration/
H A Dcpu-throttle.c94 timer_mod(throttle_timer, qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL_RT) + in cpu_throttle_timer_tick()
159 qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL_RT) + in cpu_throttle_dirty_sync_timer_tick()
180 qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL_RT) + in cpu_throttle_dirty_sync_timer()
194 throttle_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL_RT, in cpu_throttle_init()
197 timer_new_ms(QEMU_CLOCK_VIRTUAL_RT, in cpu_throttle_init()
/openbmc/qemu/accel/tcg/
H A Dicount-common.c212 qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL_RT) + 1000); in icount_adjust_rt()
334 clock = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL_RT); in icount_start_warp_timer()
453 timers_state.icount_warp_timer = timer_new_ns(QEMU_CLOCK_VIRTUAL_RT, in icount_configure()
481 timers_state.icount_rt_timer = timer_new_ms(QEMU_CLOCK_VIRTUAL_RT, in icount_configure()
484 qemu_clock_get_ms(QEMU_CLOCK_VIRTUAL_RT) + 1000); in icount_configure()
H A Dcpu-exec.c122 sc->realtime_clock = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL_RT); in init_delay_params()
/openbmc/qemu/util/
H A Dqemu-timer.c519 case QEMU_CLOCK_VIRTUAL_RT: in timerlist_run_timers()
633 case QEMU_CLOCK_VIRTUAL_RT: in qemu_clock_get_ns()
/openbmc/qemu/include/qemu/
H A Dtimer.h51 QEMU_CLOCK_VIRTUAL_RT = 3, enumerator