Home
last modified time | relevance | path

Searched refs:tsc_shift (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dpvclock.c68 if (ti->tsc_shift < 0) in pvclock_tsc_freq()
69 freq <<= -ti->tsc_shift; in pvclock_tsc_freq()
71 freq >>= ti->tsc_shift; in pvclock_tsc_freq()
137 ti->tsc_shift)); in pvclock_get_nsec_offset()
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; in init_TSC_tc()
/f-stack/freebsd/x86/include/
H A Dpvclock.h38 int8_t tsc_shift; member