Searched refs:tsc1 (Results 1 – 2 of 2) sorted by relevance
272 uint64_t tsc1, tsc2; in cpu_est_clockrate() local304 tsc1 = rdtsc(); in cpu_est_clockrate()311 *rate = (tsc2 - tsc1) * perf; in cpu_est_clockrate()313 tsc1 = rdtsc(); in cpu_est_clockrate()317 *rate = (tsc2 - tsc1) * 1000; in cpu_est_clockrate()
233 uint64_t tmp_freq, tsc1, tsc2; in probe_tsc_freq() local301 tsc1 = rdtsc(); in probe_tsc_freq()304 tsc_freq = tsc2 - tsc1; in probe_tsc_freq()