Searched refs:cyc_per_count (Results 1 – 1 of 1) sorted by relevance
963 static uint32_t cyc_per_count = 0; in cpu_get_host_ticks() local965 if (!cyc_per_count) { in cpu_get_host_ticks()966 MIPS_RDHWR("$3", cyc_per_count); in cpu_get_host_ticks()970 return (int64_t)(count * cyc_per_count); in cpu_get_host_ticks()