Searched defs:tsc_timestamp (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpvclock-abi.h29 u64 tsc_timestamp; member in struct:pvclock_vcpu_time_info
/linux-master/tools/arch/x86/include/asm/
H A Dpvclock-abi.h29 u64 tsc_timestamp; member in struct:pvclock_vcpu_time_info
/linux-master/include/xen/arm/
H A Dinterface.h69 u64 tsc_timestamp; member in struct:pvclock_vcpu_time_info
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c104 u64 tsc_timestamp; member in struct:pvclock_vcpu_time_info
/linux-master/include/xen/interface/
H A Dxen.h492 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member in struct:vcpu_time_info
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c156 uint64_t tsc_timestamp; member in struct:intel_pt_decoder
779 uint64_t tsc_timestamp; member in struct:intel_pt_calc_cyc_to_tsc_info
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c2825 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, argument
2864 static int do_kvmclock_base(s64 *t, u64 *tsc_timestamp) argument
2887 static int do_monotonic(s64 *t, u64 *tsc_timestamp) argument
2906 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) argument
2932 kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) argument
2946 kvm_get_monotonic_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) argument
2963 kvm_get_walltime_and_clockread(struct timespec64 *ts, u64 *tsc_timestamp) argument
3222 u64 tsc_timestamp, host_tsc; local
[all...]

Completed in 491 milliseconds