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

/freebsd-current/sys/x86/include/
H A Dpvclock.h44 int8_t tsc_shift; member in struct:pvclock_vcpu_time_info
/freebsd-current/sys/x86/x86/
H A Dpvclock.c94 if (ti->tsc_shift < 0)
95 freq <<= -ti->tsc_shift;
97 freq >>= ti->tsc_shift;
112 ti->tsc_to_system_mul, ti->tsc_shift);
H A Dtsc.c78 static int tsc_shift = 1; variable
79 SYSCTL_INT(_kern_timecounter, OID_AUTO, tsc_shift, CTLFLAG_RDTUN,
80 &tsc_shift, 0, "Shift to pre-apply for the maximum TSC frequency");
700 max_freq >>= tsc_shift; local
/freebsd-current/sys/contrib/xen/
H A Dxen.h677 * ((((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul) >> 32)
679 * ((10^9 << 32) / tsc_to_system_mul) >> tsc_shift
682 int8_t tsc_shift; member in struct:vcpu_time_info
/freebsd-current/lib/libsys/x86/
H A D__vdso_gettc.c370 ti->tsc_to_system_mul, ti->tsc_shift);

Completed in 93 milliseconds