Home
last modified time | relevance | path

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

/external/qemu/
Dsysemu.h43 int64_t cpu_get_ticks(void);
Dqemu-timer.h65 int64_t cpu_get_ticks(void);
Dqemu-timer.c111 int64_t cpu_get_ticks(void) in cpu_get_ticks() function
174 timers_state.cpu_ticks_offset = cpu_get_ticks(); in cpu_disable_ticks()
/external/qemu/hw/
Dpc.c124 return cpu_get_ticks(); in cpu_get_tsc()