Lines Matching full:tsc
232 :Parameters: 64-bit unsigned TSC offset
242 Specifies the guest's TSC offset relative to the host's TSC. The guest's
243 TSC is then derived by the following equation:
247 This attribute is useful to adjust the guest's TSC on live migration,
248 so that the TSC counts the time during which the VM was paused. The
253 1. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_src),
258 guest TSC offset (ofs_src[i]).
261 guest's TSC (freq).
277 5. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_dest) and
280 6. Adjust the guest TSC offsets for every vCPU to account for (1) time
288 ("ofs[i] + tsc - guest * freq" is the guest TSC value corresponding to