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

/vbox/src/VBox/VMM/VMMR3/
H A DGIMKvm.cpp387 * if (SysTime.i8TscShift >= 0)
388 * tsc <<= i8TscShift;
390 * tsc >>= -i8TscShift;
394 SystemTime.i8TscShift = 0;
398 SystemTime.i8TscShift--;
404 SystemTime.i8TscShift++;
413 LogRel(("GIM: KVM: VCPU%3d: Enabled system-time struct. at %#RGp - u32TscScale=%#RX32 i8TscShift=%d uVersion=%#RU32 "
415 SystemTime.i8TscShift, SystemTime.u32Version, SystemTime.fFlags, pKvmCpu->uTsc, pKvmCpu->uVirtNanoTS));
/vbox/src/VBox/VMM/include/
H A DGIMKvmInternal.h157 int8_t i8TscShift; member in struct:GIMKVMSYSTEMTIME

Completed in 42 milliseconds