Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dtsc.c649 u64 tsc1, tsc2, delta, ref1, ref2; in native_calibrate_tsc() local
707 tsc1 = tsc_read_refs(&ref1, hpet); in native_calibrate_tsc()
720 if (tsc1 == ULLONG_MAX || tsc2 == ULLONG_MAX) in native_calibrate_tsc()
723 tsc2 = (tsc2 - tsc1) * 1000000LL; in native_calibrate_tsc()