Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/
H A Dtsc.rs135 let (tsc2, ref2) = Self::read_refs(hpet); in calibrate_cpu_by_pit_hpet_ptimer()
151 if tsc1 == u64::MAX || tsc2 == u64::MAX { in calibrate_cpu_by_pit_hpet_ptimer()
155 let mut tsc2 = (tsc2 - tsc1) * 1000000; in calibrate_cpu_by_pit_hpet_ptimer() localVariable
158 tsc2 = Self::calc_hpet_ref(tsc2, ref1, ref2); in calibrate_cpu_by_pit_hpet_ptimer()
160 tsc2 = Self::calc_pmtimer_ref(tsc2, ref1, ref2); in calibrate_cpu_by_pit_hpet_ptimer()
163 tsc_ref_min = min(tsc_ref_min, tsc2); in calibrate_cpu_by_pit_hpet_ptimer()