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

/fuchsia/zircon/kernel/arch/x86/
H A Dpvclock.cpp66 uint32_t tsc_mul = 0; local
75 tsc_mul = system_time->tsc_mul;
81 tsc_khz = tsc_khz / tsc_mul;
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp117 uint32_t tsc_mul; local
119 calculate_scale_factor(ticks_per_second(), &tsc_mul, &tsc_shift); local
125 system_time->tsc_mul = tsc_mul;
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dpvclock.h46 uint32_t tsc_mul; member in struct:pvclock_system_time

Completed in 30 milliseconds