Searched refs:tsc_timestamp (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/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.15/include/xen/arm/ |
| D | interface.h | 69 u64 tsc_timestamp; member
|
| /Linux-v5.15/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-decoder.c | 153 uint64_t tsc_timestamp; member 766 uint64_t tsc_timestamp; member 878 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb() 897 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb() 977 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc() 1560 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp() 1567 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp() 1579 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp() 1667 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma() 3739 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode() [all …]
|
| /Linux-v5.15/include/xen/interface/ |
| D | xen.h | 509 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
|
| /Linux-v5.15/Documentation/virt/kvm/ |
| D | msr.rst | 70 u64 tsc_timestamp; 91 tsc_timestamp: 117 time = (current_tsc - tsc_timestamp)
|
| /Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
| D | xen_shinfo_test.c | 39 u64 tsc_timestamp; member
|
| /Linux-v5.15/arch/x86/kvm/ |
| D | trace.h | 966 __field( __u64, tsc_timestamp ) 976 __entry->tsc_timestamp = pvclock->tsc_timestamp; 988 __entry->tsc_timestamp,
|
| D | x86.c | 2594 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, in vgettsc() argument 2603 tsc_timestamp); in vgettsc() 2616 *tsc_timestamp = read_tsc(); in vgettsc() 2617 v = (*tsc_timestamp - clock->cycle_last) & in vgettsc() 2625 *tsc_timestamp = v = 0; in vgettsc() 2630 static int do_monotonic_raw(s64 *t, u64 *tsc_timestamp) in do_monotonic_raw() argument 2640 ns += vgettsc(>od->raw_clock, tsc_timestamp, &mode); in do_monotonic_raw() 2649 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument 2660 ns += vgettsc(>od->clock, tsc_timestamp, &mode); in do_realtime() 2671 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument [all …]
|
| D | hyperv.c | 1096 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()
|