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

/linux-4.1.27/arch/x86/include/asm/
H A Dpvclock-abi.h28 u64 tsc_timestamp; member in struct:pvclock_vcpu_time_info
H A Dpvclock.h65 u64 delta = __native_read_tsc() - src->tsc_timestamp; pvclock_get_nsec_offset()
/linux-4.1.27/arch/arm/include/asm/xen/
H A Dinterface.h66 u64 tsc_timestamp; member in struct:pvclock_vcpu_time_info
/linux-4.1.27/arch/x86/kvm/
H A Dtrace.h906 __field( __u64, tsc_timestamp )
916 __entry->tsc_timestamp = pvclock->tsc_timestamp;
923 TP_printk("vcpu_id %u, pvclock { version %u, tsc_timestamp 0x%llx, "
928 __entry->tsc_timestamp,
H A Dx86.c1527 * system_timestamp/tsc_timestamp values simultaneously: use a master
1595 u64 tsc_timestamp, host_tsc; kvm_guest_time_update() local
1628 tsc_timestamp = kvm_x86_ops->read_l1_tsc(v, host_tsc); kvm_guest_time_update()
1642 if (tsc > tsc_timestamp) { kvm_guest_time_update()
1643 adjust_tsc_offset_guest(v, tsc - tsc_timestamp); kvm_guest_time_update()
1644 tsc_timestamp = tsc; kvm_guest_time_update()
1661 vcpu->hv_clock.tsc_timestamp = tsc_timestamp; kvm_guest_time_update()
1663 vcpu->last_guest_tsc = tsc_timestamp; kvm_guest_time_update()
/linux-4.1.27/include/xen/interface/
H A Dxen.h490 uint64_t tsc_timestamp; /* TSC at last update of time vals. */ member in struct:vcpu_time_info
494 * system_time + ((tsc - tsc_timestamp) << tsc_shift) * tsc_to_system_mul

Completed in 237 milliseconds