Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc.c404 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
457 tsc2 = tsc_read_refs(&ref2, hpet); in native_calibrate_tsc()
468 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in native_calibrate_tsc()
471 tsc2 = (tsc2 - tsc1) * 1000000LL; in native_calibrate_tsc()
473 tsc2 = calc_hpet_ref(tsc2, ref1, ref2); in native_calibrate_tsc()
475 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2); in native_calibrate_tsc()
477 tsc_ref_min = min(tsc_ref_min, (unsigned long) tsc2); in native_calibrate_tsc()