Searched defs:tsc_shift (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/
H A Dpvclock.cpp67 int8_t tsc_shift = 0; local
83 tsc_khz >>= tsc_shift; local
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dpvclock.h47 int8_t tsc_shift; member in struct:pvclock_system_time
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp118 int8_t tsc_shift; local
119 calculate_scale_factor(ticks_per_second(), &tsc_mul, &tsc_shift); local

Completed in 27 milliseconds