Searched refs:tsc_shift (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pv/
H A Dxenreg.h153 * ((((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul) >> 32)
155 * ((10^9 << 32) / tsc_to_system_mul) >> tsc_shift
158 int8_t tsc_shift; member in struct:vcpu_time_info
H A Dxen.c467 !v->time.tsc_to_system_mul && !v->time.tsc_shift)
476 v->time.tsc_to_system_mul, v->time.tsc_shift);

Completed in 176 milliseconds