Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-timer.c114 return cpu_get_icount(); in cpu_get_ticks()
154 return cpu_get_icount() - cpu_get_clock(); in qemu_icount_delta()
656 return cpu_get_icount(); in qemu_get_clock()
673 return cpu_get_icount(); in qemu_get_clock_ns()
1375 int64_t cpu_get_icount(void) in cpu_get_icount() function
Dqemu-timer.h159 int64_t cpu_get_icount(void);