Lines Matching defs:adjustment
2390 s64 adjustment)
2393 kvm_vcpu_write_tsc_offset(vcpu, tsc_offset + adjustment);
2396 static inline void adjust_tsc_offset_host(struct kvm_vcpu *vcpu, s64 adjustment)
2399 WARN_ON(adjustment < 0);
2400 adjustment = kvm_scale_tsc(vcpu, (u64) adjustment);
2401 adjust_tsc_offset_guest(vcpu, adjustment);
10473 * adjustment to TSC in each VCPU. When the VCPU later gets loaded,
10474 * the adjustment will be applied. Note that we accumulate
10483 * smaller; this would require additional padding adjustment, which is
10489 * have the same delta_cyc adjustment applied if backwards_tsc
10490 * is detected. Note further, this adjustment is only done once,