Searched refs:tsc_timestamp (Results 1 – 8 of 8) sorted by relevance
28 u64 tsc_timestamp; member
65 u64 delta = rdtsc_ordered() - src->tsc_timestamp; in pvclock_get_nsec_offset()
66 u64 tsc_timestamp; member
97 uint64_t tsc_timestamp; member584 uint64_t tsc_timestamp; member658 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()677 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()751 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()1180 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()1187 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()1197 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()1234 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
924 __field( __u64, tsc_timestamp )934 __entry->tsc_timestamp = pvclock->tsc_timestamp;946 __entry->tsc_timestamp,
1714 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local1747 tsc_timestamp = kvm_read_l1_tsc(v, host_tsc); in kvm_guest_time_update()1761 if (tsc > tsc_timestamp) { in kvm_guest_time_update()1762 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); in kvm_guest_time_update()1763 tsc_timestamp = tsc; in kvm_guest_time_update()1782 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update()1784 vcpu->last_guest_tsc = tsc_timestamp; in kvm_guest_time_update()
492 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)