Searched refs:tsc_timestamp (Results 1 – 6 of 6) sorted by relevance
29 u64 tsc_timestamp; /* TSC at last update of time vals. */ member46 u64 delta = native_read_tsc() - shadow->tsc_timestamp; in pvclock_get_nsec_offset()61 dst->tsc_timestamp = src->tsc_timestamp; in pvclock_get_time_values()
34 u64 tsc_timestamp; member
28 u64 tsc_timestamp; member
56 u64 tsc_timestamp;76 tsc_timestamp: the tsc value at the current VCPU at the time97 time = (current_tsc - tsc_timestamp)
303 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
1098 vcpu->arch.hv_clock.tsc_timestamp = 0; in kvm_write_tsc()1118 u64 tsc_timestamp; in kvm_guest_time_update() local1122 tsc_timestamp = kvm_x86_ops->read_l1_tsc(v); in kvm_guest_time_update()1143 if (tsc > tsc_timestamp) { in kvm_guest_time_update()1144 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); in kvm_guest_time_update()1145 tsc_timestamp = tsc; in kvm_guest_time_update()1176 if (vcpu->hv_clock.tsc_timestamp) { in kvm_guest_time_update()1178 vcpu->hv_clock.tsc_timestamp; in kvm_guest_time_update()1196 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update()1199 vcpu->last_guest_tsc = tsc_timestamp; in kvm_guest_time_update()