Home
last modified time | relevance | path

Searched refs:tsc_timestamp (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dpvclock-abi.h29 u64 tsc_timestamp; member
Dpvclock.h84 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/Linux-v5.10/include/xen/arm/
Dinterface.h69 u64 tsc_timestamp; member
/Linux-v5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c123 uint64_t tsc_timestamp; member
656 uint64_t tsc_timestamp; member
768 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
787 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
867 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1427 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1434 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1444 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1521 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
/Linux-v5.10/include/xen/interface/
Dxen.h509 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/Linux-v5.10/Documentation/virt/kvm/
Dmsr.rst70 u64 tsc_timestamp;
91 tsc_timestamp:
117 time = (current_tsc - tsc_timestamp)
/Linux-v5.10/arch/x86/kvm/
Dtrace.h915 __field( __u64, tsc_timestamp )
925 __entry->tsc_timestamp = pvclock->tsc_timestamp;
937 __entry->tsc_timestamp,
Dx86.c2348 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, in vgettsc() argument
2357 tsc_timestamp); in vgettsc()
2370 *tsc_timestamp = read_tsc(); in vgettsc()
2371 v = (*tsc_timestamp - clock->cycle_last) & in vgettsc()
2379 *tsc_timestamp = v = 0; in vgettsc()
2384 static int do_monotonic_raw(s64 *t, u64 *tsc_timestamp) in do_monotonic_raw() argument
2394 ns += vgettsc(&gtod->raw_clock, tsc_timestamp, &mode); in do_monotonic_raw()
2403 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument
2414 ns += vgettsc(&gtod->clock, tsc_timestamp, &mode); in do_realtime()
2425 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument
[all …]
Dhyperv.c1064 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()