Searched refs:cpu_get_ticks (Results 1 - 4 of 4) sorted by relevance

/external/qemu/
H A Dqemu-timer.h65 int64_t cpu_get_ticks(void);
H A Dsysemu.h43 int64_t cpu_get_ticks(void);
H A Dqemu-timer.c111 int64_t cpu_get_ticks(void) function
159 /* enable cpu_get_ticks() */
169 /* disable cpu_get_ticks() : the clock is stopped. You must not call
170 cpu_get_ticks() after that. */
174 timers_state.cpu_ticks_offset = cpu_get_ticks();
/external/qemu/hw/
H A Dpc.c124 return cpu_get_ticks();

Completed in 101 milliseconds