Searched refs:cpu_ticks_offset (Results 1 – 2 of 2) sorted by relevance
44 int64_t ticks = timers_state.cpu_ticks_offset; in cpu_get_ticks_locked()51 timers_state.cpu_ticks_offset += timers_state.cpu_ticks_prev - ticks; in cpu_get_ticks_locked()111 timers_state.cpu_ticks_offset -= cpu_get_host_ticks(); in cpu_enable_ticks()129 timers_state.cpu_ticks_offset += cpu_get_host_ticks(); in cpu_disable_ticks()224 VMSTATE_INT64(cpu_ticks_offset, TimersState),
33 int64_t cpu_ticks_offset; member