Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpvclock-abi.h28 u64 tsc_timestamp; member
Dpvclock.h74 u64 delta = rdtsc_ordered() - src->tsc_timestamp; in pvclock_get_nsec_offset()
/arch/arm/include/asm/xen/
Dinterface.h66 u64 tsc_timestamp; member
/arch/x86/kvm/
Dtrace.h923 __field( __u64, tsc_timestamp )
933 __entry->tsc_timestamp = pvclock->tsc_timestamp;
945 __entry->tsc_timestamp,
Dx86.c1790 u64 tsc_timestamp, host_tsc; in kvm_guest_time_update() local
1823 tsc_timestamp = kvm_read_l1_tsc(v, host_tsc); in kvm_guest_time_update()
1837 if (tsc > tsc_timestamp) { in kvm_guest_time_update()
1838 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); in kvm_guest_time_update()
1839 tsc_timestamp = tsc; in kvm_guest_time_update()
1858 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; in kvm_guest_time_update()
1860 vcpu->last_guest_tsc = tsc_timestamp; in kvm_guest_time_update()
/arch/x86/entry/vdso/
Dvclock_gettime.c110 pvti_tsc = pvti->tsc_timestamp; in vread_pvclock()