Home | History | Annotate | Download | only in x86

Lines Matching refs:drift

145 		 * Experience Drift
221 * and drift has been measured, and after any other potential delay funcs
240 aprint_error("ERROR: %lld cycle TSC drift observed\n",
257 * Record drift (in clock cycles). Called during AP startup.
260 tsc_sync_drift(int64_t drift)
263 if (drift < 0)
264 drift = -drift;
265 if (drift > tsc_drift_observed)
266 tsc_drift_observed = drift;