Searched defs:tsc_timestamp (Results 1 – 2 of 2) sorted by relevance
29 u64 tsc_timestamp; member
2815 static inline u64 vgettsc(struct pvclock_clock *clock, u64 *tsc_timestamp, in vgettsc()2854 static int do_kvmclock_base(s64 *t, u64 *tsc_timestamp) in do_kvmclock_base()2877 static int do_monotonic(s64 *t, u64 *tsc_timestamp) in do_monotonic()2896 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime()2922 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread()2936 bool kvm_get_monotonic_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_monotonic_and_clockread()2954 u64 *tsc_timestamp) in kvm_get_walltime_and_clockread()3212 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local