Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dgoldfish_rtc.c196 s->tick_offset_vmstate = s->tick_offset + delta; in goldfish_rtc_pre_save()
212 s->tick_offset = s->tick_offset_vmstate - delta; in goldfish_rtc_post_load()
246 VMSTATE_UINT64(tick_offset_vmstate, GoldfishRTCState),
267 s->tick_offset_vmstate = 0; in goldfish_rtc_reset()
H A Dpl031.c238 s->tick_offset_vmstate = s->tick_offset + delta / NANOSECONDS_PER_SECOND; in pl031_pre_save()
266 s->tick_offset = s->tick_offset_vmstate - in pl031_post_load()
308 VMSTATE_UINT32(tick_offset_vmstate, PL031State),
/openbmc/qemu/include/hw/rtc/
H A Dgoldfish_rtc.h39 uint64_t tick_offset_vmstate; member
H A Dpl031.h36 uint32_t tick_offset_vmstate; member