Searched refs:tsc_timestamp (Results 1 – 6 of 6) sorted by relevance
29 u64 tsc_timestamp; member
86 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
2825 tsc_timestamp, &tsc_pg_val)) { in vgettsc()2837 *tsc_timestamp = read_tsc(); in vgettsc()2846 *tsc_timestamp = v = 0; in vgettsc()2930 tsc_timestamp)); in kvm_get_time_and_clockread()2944 tsc_timestamp)); in kvm_get_monotonic_and_clockread()2955 u64 *tsc_timestamp) in kvm_get_walltime_and_clockread() argument3208 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local3254 if (tsc > tsc_timestamp) { in kvm_guest_time_update()3256 tsc_timestamp = tsc; in kvm_guest_time_update()3279 hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update()[all …]
1104 __field( __u64, tsc_timestamp )1114 __entry->tsc_timestamp = pvclock->tsc_timestamp;1126 __entry->tsc_timestamp,
416 bool kvm_get_monotonic_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp);
1142 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()
Completed in 33 milliseconds