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