Lines Matching refs:TSC
204 :Parameters: 64-bit unsigned TSC offset
214 Specifies the guest's TSC offset relative to the host's TSC. The guest's
215 TSC is then derived by the following equation:
219 This attribute is useful to adjust the guest's TSC on live migration,
220 so that the TSC counts the time during which the VM was paused. The
225 1. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_src),
230 guest TSC offset (ofs_src[i]).
233 guest's TSC (freq).
249 5. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_dest) and
252 6. Adjust the guest TSC offsets for every vCPU to account for (1) time
260 ("ofs[i] + tsc - guest * freq" is the guest TSC value corresponding to