Searched refs:cpu_ticks_offset (Results 1 – 2 of 2) sorted by relevance
45 int64_t ticks = timers_state.cpu_ticks_offset; in cpu_get_ticks_locked()52 timers_state.cpu_ticks_offset += timers_state.cpu_ticks_prev - ticks; in cpu_get_ticks_locked()112 timers_state.cpu_ticks_offset -= cpu_get_host_ticks(); in cpu_enable_ticks()130 timers_state.cpu_ticks_offset += cpu_get_host_ticks(); in cpu_disable_ticks()225 VMSTATE_INT64(cpu_ticks_offset, TimersState),
33 int64_t cpu_ticks_offset; member