Lines Matching full:tsc
208 :Parameters: 64-bit unsigned TSC offset
218 Specifies the guest's TSC offset relative to the host's TSC. The guest's
219 TSC is then derived by the following equation:
223 This attribute is useful to adjust the guest's TSC on live migration,
224 so that the TSC counts the time during which the VM was paused. The
229 1. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_src),
234 guest TSC offset (ofs_src[i]).
237 guest's TSC (freq).
253 5. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_dest) and
256 6. Adjust the guest TSC offsets for every vCPU to account for (1) time
264 ("ofs[i] + tsc - guest * freq" is the guest TSC value corresponding to