Searched refs:calculate_scale_factor (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp18 void calculate_scale_factor(uint64_t tsc_freq, uint32_t* mul, int8_t* shift) { function in namespace:__anon25
119 calculate_scale_factor(ticks_per_second(), &tsc_mul, &tsc_shift);

Completed in 26 milliseconds