Lines Matching defs:adjustment
2778 s64 adjustment)
2781 kvm_vcpu_write_tsc_offset(vcpu, tsc_offset + adjustment);
2784 static inline void adjust_tsc_offset_host(struct kvm_vcpu *vcpu, s64 adjustment)
2787 WARN_ON(adjustment < 0);
2788 adjustment = kvm_scale_tsc((u64) adjustment,
2790 adjust_tsc_offset_guest(vcpu, adjustment);
12228 * adjustment to TSC in each VCPU. When the VCPU later gets loaded,
12229 * the adjustment will be applied. Note that we accumulate
12238 * smaller; this would require additional padding adjustment, which is
12244 * have the same delta_cyc adjustment applied if backwards_tsc
12245 * is detected. Note further, this adjustment is only done once,