Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dpvclock.c66 freq = (1000000000ULL << 32) / ti->tsc_to_system_mul; in pvclock_tsc_freq()
136 return (pvclock_scale_delta(delta, ti->tsc_to_system_mul, in pvclock_get_nsec_offset()
/f-stack/freebsd/x86/include/
H A Dpvclock.h37 uint32_t tsc_to_system_mul; member