Home
last modified time | relevance | path

Searched refs:tsc2 (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/x86/x86/
HDtsc.c191 uint64_t tsc1, tsc2; in probe_tsc_freq() local
261 tsc2 = rdtsc(); in probe_tsc_freq()
262 tsc_freq = tsc2 - tsc1; in probe_tsc_freq()
/trueos/sys/amd64/amd64/
HDmachdep.c593 uint64_t tsc1, tsc2; in cpu_est_clockrate() local
625 tsc2 = rdtsc(); in cpu_est_clockrate()
628 *rate = (tsc2 - tsc1) * perf; in cpu_est_clockrate()
632 tsc2 = rdtsc(); in cpu_est_clockrate()
634 *rate = (tsc2 - tsc1) * 1000; in cpu_est_clockrate()
/trueos/sys/dev/iwn/
HDif_iwnreg.h679 uint8_t tsc2; /* TKIP TSC2 */ member
715 uint8_t tsc2; /* TKIP TSC2 */ member
/trueos/sys/i386/i386/
HDmachdep.c1200 uint64_t tsc1, tsc2; local
1234 tsc2 = rdtsc();
1237 *rate = (tsc2 - tsc1) * perf;
1241 tsc2 = rdtsc();
1243 *rate = (tsc2 - tsc1) * 1000;