Home
last modified time | relevance | path

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

/hypervisor/arch/x86/
A Dtsc.c142 static uint64_t pit_hpet_calibrate_tsc(uint32_t cal_ms_arg, uint64_t tsc_ref_hz) in pit_hpet_calibrate_tsc() argument
152 if (tsc_ref_hz != 0UL) { in pit_hpet_calibrate_tsc()
153 delta = (tsc_hz * 100UL) / tsc_ref_hz; in pit_hpet_calibrate_tsc()
155 tsc_hz = tsc_ref_hz; in pit_hpet_calibrate_tsc()

Completed in 4 milliseconds