Searched refs:calibrate_cpu_by_pit_hpet_ptimer (Results 1 – 1 of 1) sorted by relevance
68 Self::set_cpu_khz(Self::calibrate_cpu_by_pit_hpet_ptimer()?); in determine_cpu_tsc_frequency()103 fn calibrate_cpu_by_pit_hpet_ptimer() -> Result<u64, SystemError> { in calibrate_cpu_by_pit_hpet_ptimer() method