Searched refs:tscFreq (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dtsc.h50 extern uint64_t tscFreq;
65 uint64_t tscFreq; member in struct:tscInfo
H A Dtsc.c68 uint64_t tscFreq = 0; variable
164 tscFreq = (uint64_t)cpuid_vmm_info()->cpuid_vmm_tsc_frequency * kilo;
165 tscFCvtt2n = ((1 * Giga) << 32) / tscFreq;
168 tscGranularity = tscFreq / busFreq;
249 tscFreq = ((1 * Giga) << 32) / tscFCvtt2n;
254 (uint32_t)(tscFreq / Mega),
255 (uint32_t)(tscFreq % Mega),
271 info->tscFreq = tscFreq;
H A Drtclock.c275 assert(tscFreq);
276 rtc_set_timescale(tscFreq);
292 assert(tscFreq);
297 cycles = rtc_export_speed(tscFreq);
/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.c263 setif(bits, kSlow, tscFreq <= SLOW_TSC_THRESHOLD);
/xnu-2782.1.97/bsd/dev/i386/
H A Dsysctl.c736 CTLFLAG_RD|CTLFLAG_LOCKED, &tscFreq, "");

Completed in 31 milliseconds