Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dtimer.h974 static uint32_t cyc_per_count = 0; in cpu_get_host_ticks() local
976 if (!cyc_per_count) { in cpu_get_host_ticks()
977 MIPS_RDHWR("$3", cyc_per_count); in cpu_get_host_ticks()
981 return (int64_t)(count * cyc_per_count); in cpu_get_host_ticks()