Home
last modified time | relevance | path

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

/openbmc/qemu/accel/qtest/
H A Dqtest.c27 static int64_t qtest_clock_counter; variable
31 return qatomic_read_i64(&qtest_clock_counter); in qtest_get_virtual_clock()
36 qatomic_set_i64(&qtest_clock_counter, count); in qtest_set_virtual_clock()