Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpu-timers.c44 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),
/openbmc/qemu/include/sysemu/
H A Dcpu-timers-internal.h33 int64_t cpu_ticks_offset; member