Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c272 uint64_t tsc1, tsc2; in cpu_est_clockrate() local
304 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()
H A Dtsc.c233 uint64_t tmp_freq, tsc1, tsc2; in probe_tsc_freq() local
301 tsc1 = rdtsc(); in probe_tsc_freq()
304 tsc_freq = tsc2 - tsc1; in probe_tsc_freq()