Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc.c404 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
455 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
464 if (ref1 == ref2) 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()
517 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()
537 if (!hpet && !ref1 && !ref2) { in native_calibrate_tsc()