Searched defs:vti (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1216 vcpu_time_info_t *vti = &CPU->cpu_m.mcpu_vcpu_info->time; local
1240 cpu_hz = (UINT64_C(1000000000) << 32) / vti->tsc_to_system_mul;
1242 if (vti->tsc_shift < 0)
1243 cpu_hz <<= -vti->tsc_shift;
1245 cpu_hz >>= vti->tsc_shift;
1251 vti->tsc_to_system_mul, vti->tsc_shift, cpu_hz);

Completed in 735 milliseconds