Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc.c411 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
462 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
475 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in native_calibrate_tsc()
478 tsc2 = (tsc2 - tsc1) * 1000000LL; in native_calibrate_tsc()