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

/freebsd-10-stable/sys/x86/x86/
H A Dtsc.c191 uint64_t tsc1, tsc2; local
261 tsc2 = rdtsc();
262 tsc_freq = tsc2 - tsc1;
/freebsd-10-stable/sys/amd64/amd64/
H A Dmachdep.c589 uint64_t tsc1, tsc2; local
621 tsc2 = rdtsc();
624 *rate = (tsc2 - tsc1) * perf;
628 tsc2 = rdtsc();
630 *rate = (tsc2 - tsc1) * 1000;
/freebsd-10-stable/sys/i386/i386/
H A Dmachdep.c1192 uint64_t tsc1, tsc2; local
1226 tsc2 = rdtsc();
1229 *rate = (tsc2 - tsc1) * perf;
1233 tsc2 = rdtsc();
1235 *rate = (tsc2 - tsc1) * 1000;
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnreg.h679 uint8_t tsc2; /* TKIP TSC2 */ member in struct:iwn_node_info
715 uint8_t tsc2; /* TKIP TSC2 */ member in struct:iwn4965_node_info

Completed in 190 milliseconds