Searched refs:tsc_timestamp (Results 1 – 5 of 5) sorted by relevance
/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()
|
/arch/x86/kvm/ |
D | trace.h | 921 __field( __u64, tsc_timestamp ) 931 __entry->tsc_timestamp = pvclock->tsc_timestamp; 943 __entry->tsc_timestamp,
|
D | x86.c | 2099 static inline u64 vgettsc(u64 *tsc_timestamp, int *mode) in vgettsc() argument 2108 tsc_timestamp); in vgettsc() 2121 *tsc_timestamp = read_tsc(); in vgettsc() 2122 v = (*tsc_timestamp - gtod->clock.cycle_last) & in vgettsc() 2130 *tsc_timestamp = v = 0; in vgettsc() 2135 static int do_monotonic_boot(s64 *t, u64 *tsc_timestamp) in do_monotonic_boot() argument 2145 ns += vgettsc(tsc_timestamp, &mode); in do_monotonic_boot() 2154 static int do_realtime(struct timespec64 *ts, u64 *tsc_timestamp) in do_realtime() argument 2165 ns += vgettsc(tsc_timestamp, &mode); in do_realtime() 2176 static bool kvm_get_time_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp) in kvm_get_time_and_clockread() argument [all …]
|
D | hyperv.c | 949 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()
|