Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpvclock-abi.h29 u64 tsc_timestamp; member
A Dpvclock.h84 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/linux/tools/arch/x86/include/asm/
A Dpvclock-abi.h29 u64 tsc_timestamp; member
A Dpvclock.h81 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/linux/include/xen/arm/
A Dinterface.h69 u64 tsc_timestamp; member
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c153 uint64_t tsc_timestamp; member
767 uint64_t tsc_timestamp; member
879 data->tsc_timestamp = timestamp; in intel_pt_calc_cyc_cb()
898 data->ctc_timestamp = data->tsc_timestamp - fc; in intel_pt_calc_cyc_cb()
978 .tsc_timestamp = decoder->tsc_timestamp, in intel_pt_calc_cyc_to_tsc()
1569 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1576 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1588 decoder->tsc_timestamp = timestamp; in intel_pt_calc_tsc_timestamp()
1685 decoder->ctc_timestamp = decoder->tsc_timestamp - fc; in intel_pt_calc_tma()
3765 if ((decoder->state.type & INTEL_PT_PSB_EVT) && decoder->tsc_timestamp) in intel_pt_decode()
[all …]
/linux/include/xen/interface/
A Dxen.h492 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member
/linux/Documentation/virt/kvm/
A Dmsr.rst70 u64 tsc_timestamp;
91 tsc_timestamp:
117 time = (current_tsc - tsc_timestamp)
/linux/arch/x86/kvm/
A Dtrace.h967 __field( __u64, tsc_timestamp )
977 __entry->tsc_timestamp = pvclock->tsc_timestamp;
989 __entry->tsc_timestamp,
A Dx86.c2634 tsc_timestamp); in vgettsc()
2647 *tsc_timestamp = read_tsc(); in vgettsc()
2648 v = (*tsc_timestamp - clock->cycle_last) & in vgettsc()
2656 *tsc_timestamp = v = 0; in vgettsc()
2709 tsc_timestamp)); in kvm_get_time_and_clockread()
2714 u64 *tsc_timestamp) in kvm_get_walltime_and_clockread() argument
2960 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local
3007 if (tsc > tsc_timestamp) { in kvm_guest_time_update()
3009 tsc_timestamp = tsc; in kvm_guest_time_update()
3028 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update()
[all …]
A Dhyperv.c1096 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()
/linux/tools/testing/selftests/kvm/x86_64/
A Dxen_shinfo_test.c43 u64 tsc_timestamp; member

Completed in 47 milliseconds