Searched refs:tscGranularity (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dtsc.h53 extern uint64_t tscGranularity;
68 uint64_t tscGranularity; member in struct:tscInfo
H A Dtsc.c71 uint64_t tscGranularity = 0; variable
168 tscGranularity = tscFreq / busFreq;
192 tscGranularity = flex_ratio_max;
197 tscGranularity = flex_ratio;
213 tscGranularity = (uint32_t)bitfield(prfsts, 44, 40);
238 * that the true bus ratio is (2*tscGranularity + 1)/2. If we cannot
241 if (tscGranularity == 0)
242 tscGranularity = 1;
245 tscFCvtt2n = busFCvtt2n * 2 / (1 + 2*tscGranularity);
247 tscFCvtt2n = busFCvtt2n / tscGranularity;
[all...]

Completed in 27 milliseconds