Home
last modified time | relevance | path

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

/Linux-v6.6/tools/arch/x86/include/asm/
Dpvclock-abi.h29 u64 tsc_timestamp; member
Dpvclock.h81 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/Linux-v6.6/arch/x86/include/asm/
Dpvclock-abi.h29 u64 tsc_timestamp; member
Dpvclock.h85 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/Linux-v6.6/include/xen/arm/
Dinterface.h69 u64 tsc_timestamp; member
/Linux-v6.6/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c156 uint64_t tsc_timestamp; member
779 uint64_t tsc_timestamp; member
894 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
913 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
993 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1810 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1817 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1829 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1921 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
4061 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode()
[all …]
/Linux-v6.6/include/xen/interface/
Dxen.h492 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c103 u64 tsc_timestamp; member
989 ti->version, ti->tsc_timestamp, ti->system_time, ti->tsc_to_system_mul, in main()
992 ti2->version, ti2->tsc_timestamp, ti2->system_time, ti2->tsc_to_system_mul, in main()
/Linux-v6.6/Documentation/virt/kvm/x86/
Dmsr.rst70 u64 tsc_timestamp;
91 tsc_timestamp:
117 time = (current_tsc - tsc_timestamp)
/Linux-v6.6/arch/x86/kvm/
Dtrace.h1002 __field( __u64, tsc_timestamp )
1012 __entry->tsc_timestamp = pvclock->tsc_timestamp;
1024 __entry->tsc_timestamp,
Dx86.c2812 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, in vgettsc() argument
2821 tsc_timestamp, &tsc_pg_val)) { in vgettsc()
2833 *tsc_timestamp = read_tsc(); in vgettsc()
2834 v = (*tsc_timestamp - clock->cycle_last) & in vgettsc()
2842 *tsc_timestamp = v = 0; in vgettsc()
2847 static int do_monotonic_raw(s64 *t, u64 *tsc_timestamp) in do_monotonic_raw() argument
2857 ns += vgettsc(&gtod->raw_clock, tsc_timestamp, &mode); in do_monotonic_raw()
2866 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument
2877 ns += vgettsc(&gtod->clock, tsc_timestamp, &mode); in do_realtime()
2888 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument
[all …]
Dhyperv.c1137 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()