Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu-qom.h42 int64_t time_of_the_day_ns; member
/openbmc/qemu/hw/ppc/
H A Dppc.c993 tb->time_of_the_day_ns = qemu_clock_get_ns(QEMU_CLOCK_HOST); in timebase_save()
996 tb->time_of_the_day_ns = 0; in timebase_save()
1082 VMSTATE_INT64(time_of_the_day_ns, PPCTimebase),