Home
last modified time | relevance | path

Searched refs:tsc_to_system_mul (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/x86/include/
H A Dpvclock.h43 uint32_t tsc_to_system_mul; member
/freebsd/sys/x86/x86/
H A Dpvclock.c93 freq = (1000000000ULL << 32) / ti->tsc_to_system_mul; in pvclock_tsc_freq()
112 ti->tsc_to_system_mul, ti->tsc_shift); in pvclock_read_time_info()
/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c370 ti->tsc_to_system_mul, ti->tsc_shift); in __vdso_pvclock_gettc()
/freebsd/sys/contrib/xen/
H A Dxen.h681 uint32_t tsc_to_system_mul; member