Home
last modified time | relevance | path

Searched refs:REPLAY_CLOCK_LOCKED (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dicount-common.c181 cur_time = REPLAY_CLOCK_LOCKED(REPLAY_CLOCK_VIRTUAL_RT, in icount_adjust()
251 int64_t clock = REPLAY_CLOCK_LOCKED(REPLAY_CLOCK_VIRTUAL_RT, in icount_warp_rt()
/openbmc/qemu/include/sysemu/
H A Dreplay.h91 #define REPLAY_CLOCK_LOCKED(clock, value) \ macro