Searched refs:SLOW_TSC_THRESHOLD (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dtsc.h45 #define SLOW_TSC_THRESHOLD 1000067800 /* if slower, nonzero shift required in nanotime() algorithm */ macro
H A Drtclock.c357 /* the "scale" factor will overflow unless cycles>SLOW_TSC_THRESHOLD */
359 while ( cycles <= SLOW_TSC_THRESHOLD) {
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.c263 setif(bits, kSlow, tscFreq <= SLOW_TSC_THRESHOLD);

Completed in 28 milliseconds