Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dpvclock-abi.h29 u64 tsc_timestamp; member
A Dpvclock.h86 u64 delta = tsc - src->tsc_timestamp; in __pvclock_read_cycles()
/arch/x86/kvm/
A Dx86.c2825 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() argument
3208 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local
3254 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 …]
A Dtrace.h1104 __field( __u64, tsc_timestamp )
1114 __entry->tsc_timestamp = pvclock->tsc_timestamp;
1126 __entry->tsc_timestamp,
A Dx86.h416 bool kvm_get_monotonic_and_clockread(s64 *kernel_ns, u64 *tsc_timestamp);
A Dhyperv.c1142 mul_u64_u64_shr(hv_clock->tsc_timestamp, tsc_ref->tsc_scale, 64); in compute_tsc_page_parameters()

Completed in 33 milliseconds