Searched refs:cpu_clock_offset (Results 1 – 1 of 1) sorted by relevance
73 int64_t cpu_clock_offset; member87 qemu_put_be64(f, s->cpu_clock_offset); in timer_save()102 s->cpu_clock_offset = qemu_get_sbe64(f); in timer_load()136 return timers_state.cpu_clock_offset; in cpu_get_clock()139 return ti + timers_state.cpu_clock_offset; in cpu_get_clock()164 timers_state.cpu_clock_offset -= get_clock(); in cpu_enable_ticks()175 timers_state.cpu_clock_offset = cpu_get_clock(); in cpu_disable_ticks()725 VMSTATE_INT64_V(cpu_clock_offset, TimersState, 2),