Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Da9gtimer.c77 (ret.now - s->cpu_ref_time) / a9_gtimer_get_conv(s); in a9_gtimer_get_update()
128 s->cpu_ref_time = update.now; in a9_gtimer_update()
364 VMSTATE_UINT64(cpu_ref_time, A9GTimerState),
/openbmc/qemu/include/hw/timer/
H A Da9gtimer.h86 uint64_t cpu_ref_time; /* the cpu time as of last update of ref_counter */ member