Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Dtimer.h959 static uint32_t cyc_per_count = 0; in cpu_get_host_ticks() local
961 if (!cyc_per_count) { in cpu_get_host_ticks()
962 MIPS_RDHWR("$3", cyc_per_count); in cpu_get_host_ticks()
966 return (int64_t)(count * cyc_per_count); in cpu_get_host_ticks()