Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/include/xen/arm/
Dinterface.h69 u64 tsc_timestamp; member
/Linux-v5.4/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c118 uint64_t tsc_timestamp; member
646 uint64_t tsc_timestamp; member
758 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
777 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
857 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1416 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1423 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1433 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1510 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
/Linux-v5.4/include/xen/interface/
Dxen.h509 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/Linux-v5.4/Documentation/virt/kvm/
Dmsr.txt59 u64 tsc_timestamp;
79 tsc_timestamp: the tsc value at the current VCPU at the time
101 time = (current_tsc - tsc_timestamp)
/Linux-v5.4/arch/x86/kvm/
Dtrace.h921 __field( __u64, tsc_timestamp )
931 __entry->tsc_timestamp = pvclock->tsc_timestamp;
943 __entry->tsc_timestamp,
Dx86.c2018 static inline u64 vgettsc(u64 *tsc_timestamp, int *mode) in vgettsc() argument
2027 tsc_timestamp); in vgettsc()
2040 *tsc_timestamp = read_tsc(); in vgettsc()
2041 v = (*tsc_timestamp - gtod->clock.cycle_last) & in vgettsc()
2049 *tsc_timestamp = v = 0; in vgettsc()
2054 static int do_monotonic_boot(s64 *t, u64 *tsc_timestamp) in do_monotonic_boot() argument
2064 ns += vgettsc(tsc_timestamp, &mode); in do_monotonic_boot()
2073 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument
2084 ns += vgettsc(tsc_timestamp, &mode); in do_realtime()
2095 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument
[all …]
Dhyperv.c928 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()