Searched refs:tsc2 (Results 1 – 2 of 2) sorted by relevance
272 uint64_t tsc1, tsc2; in cpu_est_clockrate() local308 tsc2 = rdtsc(); in cpu_est_clockrate()311 *rate = (tsc2 - tsc1) * perf; in cpu_est_clockrate()315 tsc2 = 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() local303 tsc2 = rdtsc(); in probe_tsc_freq()304 tsc_freq = tsc2 - tsc1; in probe_tsc_freq()