Searched refs: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
76 tsc_shift = system_time->tsc_shift;
82 if (tsc_shift > 0) {
83 tsc_khz >>= tsc_shift; local
85 tsc_khz <<= -tsc_shift;
/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
126 system_time->tsc_shift = tsc_shift;
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dpvclock.h47 int8_t tsc_shift; member in struct:pvclock_system_time

Completed in 88 milliseconds