Searched refs:tsc_timestamp (Results 1 – 7 of 7) sorted by relevance
28 u64 tsc_timestamp; member
65 u64 delta = __native_read_tsc() - src->tsc_timestamp; in pvclock_get_nsec_offset()
66 u64 tsc_timestamp; member
906 __field( __u64, tsc_timestamp )916 __entry->tsc_timestamp = pvclock->tsc_timestamp;928 __entry->tsc_timestamp,
1595 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local1628 tsc_timestamp = kvm_x86_ops->read_l1_tsc(v, host_tsc); in kvm_guest_time_update()1642 if (tsc > tsc_timestamp) { in kvm_guest_time_update()1643 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); in kvm_guest_time_update()1644 tsc_timestamp = tsc; in kvm_guest_time_update()1661 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update()1663 vcpu->last_guest_tsc = tsc_timestamp; in kvm_guest_time_update()
490 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
59 u64 tsc_timestamp;79 tsc_timestamp: the tsc value at the current VCPU at the time101 time = (current_tsc - tsc_timestamp)