Home
last modified time | relevance | path

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

/external/qemu/
Dcpus.c249 int64_t cpu_ticks_offset; member
263 qemu_put_be64(f, s->cpu_ticks_offset); in timer_save()
277 s->cpu_ticks_offset = qemu_get_sbe64(f); in timer_load()
320 return timers_state.cpu_ticks_offset; in cpu_get_ticks()
327 timers_state.cpu_ticks_offset += timers_state.cpu_ticks_prev - ticks; in cpu_get_ticks()
330 return ticks + timers_state.cpu_ticks_offset; in cpu_get_ticks()
350 timers_state.cpu_ticks_offset -= cpu_get_real_ticks(); in cpu_enable_ticks()
361 timers_state.cpu_ticks_offset = cpu_get_ticks(); in cpu_disable_ticks()