Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-timer.c72 int64_t cpu_ticks_offset; member
86 qemu_put_be64(f, s->cpu_ticks_offset); in timer_save()
100 s->cpu_ticks_offset = qemu_get_sbe64(f); in timer_load()
117 return timers_state.cpu_ticks_offset; in cpu_get_ticks()
124 timers_state.cpu_ticks_offset += timers_state.cpu_ticks_prev - ticks; in cpu_get_ticks()
127 return ticks + timers_state.cpu_ticks_offset; in cpu_get_ticks()
163 timers_state.cpu_ticks_offset -= cpu_get_real_ticks(); in cpu_enable_ticks()
174 timers_state.cpu_ticks_offset = cpu_get_ticks(); in cpu_disable_ticks()
723 VMSTATE_INT64(cpu_ticks_offset, TimersState),