Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-timer.c74 int32_t cpu_ticks_enabled; member
82 if (s->cpu_ticks_enabled) { in timer_save()
96 if (s->cpu_ticks_enabled) { in timer_load()
116 if (!timers_state.cpu_ticks_enabled) { in cpu_get_ticks()
135 if (!timers_state.cpu_ticks_enabled) { in cpu_get_clock()
162 if (!timers_state.cpu_ticks_enabled) { in cpu_enable_ticks()
165 timers_state.cpu_ticks_enabled = 1; in cpu_enable_ticks()
173 if (timers_state.cpu_ticks_enabled) { in cpu_disable_ticks()
176 timers_state.cpu_ticks_enabled = 0; in cpu_disable_ticks()