Home
last modified time | relevance | path

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

/qemu/hw/rtc/
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),
H A Dgoldfish_rtc.c194 s->tick_offset = s->tick_offset_vmstate - delta; in goldfish_rtc_post_load()
228 VMSTATE_UINT64(tick_offset_vmstate, GoldfishRTCState),
/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