Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpvclock-abi.h29 u64 tsc_timestamp; member
H A Dpvclock.h84 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/OK3568_Linux_fs/kernel/include/xen/arm/
H A Dinterface.h69 u64 tsc_timestamp; member
/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c130 uint64_t tsc_timestamp; member
676 uint64_t tsc_timestamp; member
788 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
807 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
887 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1459 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1466 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1476 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1562 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
/OK3568_Linux_fs/kernel/include/xen/interface/
H A Dxen.h509 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Dmsr.rst70 u64 tsc_timestamp;
91 tsc_timestamp:
117 time = (current_tsc - tsc_timestamp)
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dtrace.h919 __field( __u64, tsc_timestamp )
929 __entry->tsc_timestamp = pvclock->tsc_timestamp;
941 __entry->tsc_timestamp,
H A Dx86.c2415 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, in vgettsc() argument
2424 tsc_timestamp); in vgettsc()
2437 *tsc_timestamp = read_tsc(); in vgettsc()
2438 v = (*tsc_timestamp - clock->cycle_last) & in vgettsc()
2446 *tsc_timestamp = v = 0; in vgettsc()
2451 static int do_monotonic_raw(s64 *t, u64 *tsc_timestamp) in do_monotonic_raw() argument
2461 ns += vgettsc(&gtod->raw_clock, tsc_timestamp, &mode); in do_monotonic_raw()
2470 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument
2481 ns += vgettsc(&gtod->clock, tsc_timestamp, &mode); in do_realtime()
2492 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument
[all …]
H A Dhyperv.c1070 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()