Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/driver/
H A Dtsc.rs68 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