Searched refs:tsc_shift (Results 1 – 3 of 3) sorted by relevance
115 dst->tsc_shift = src->tsc_shift; in dtrace_xpv_getsystime()130 if (dst->tsc_shift >= 0) in dtrace_xpv_getsystime()131 tsc_delta <<= dst->tsc_shift; in dtrace_xpv_getsystime()132 else if (dst->tsc_shift < 0) in dtrace_xpv_getsystime()133 tsc_delta >>= -dst->tsc_shift; in dtrace_xpv_getsystime()
1242 if (vti->tsc_shift < 0) in mach_getcpufreq()1243 cpu_hz <<= -vti->tsc_shift; in mach_getcpufreq()1245 cpu_hz >>= vti->tsc_shift; in mach_getcpufreq()1251 vti->tsc_to_system_mul, vti->tsc_shift, cpu_hz); in mach_getcpufreq()
423 int8_t tsc_shift; member