Searched refs:tsc_timestamp (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/arch/x86/include/asm/ |
D | pvclock-abi.h | 29 u64 tsc_timestamp; member
|
D | pvclock.h | 84 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
|
/Linux-v5.4/include/xen/arm/ |
D | interface.h | 69 u64 tsc_timestamp; member
|
/Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 118 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/ |
D | xen.h | 509 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | msr.txt | 59 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/ |
D | trace.h | 921 __field( __u64, tsc_timestamp ) 931 __entry->tsc_timestamp = pvclock->tsc_timestamp; 943 __entry->tsc_timestamp,
|
D | x86.c | 2018 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 …]
|
D | hyperv.c | 928 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()
|