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

/freebsd-13-stable/sys/x86/include/
H A Dpvclock.h38 int8_t tsc_shift; member in struct:pvclock_vcpu_time_info
/freebsd-13-stable/sys/x86/x86/
H A Dpvclock.c68 if (ti->tsc_shift < 0)
69 freq <<= -ti->tsc_shift;
71 freq >>= ti->tsc_shift;
137 ti->tsc_shift));
H A Dtsc.c77 static int tsc_shift = 1; variable
78 SYSCTL_INT(_kern_timecounter, OID_AUTO, tsc_shift, CTLFLAG_RDTUN,
79 &tsc_shift, 0, "Shift to pre-apply for the maximum TSC frequency");
636 max_freq >>= tsc_shift; local
/freebsd-13-stable/sys/xen/interface/
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

Completed in 60 milliseconds