Searched refs:pvclock (Results 1 – 5 of 5) sorted by relevance
1099 TP_PROTO(unsigned int vcpu_id, struct pvclock_vcpu_time_info *pvclock),1100 TP_ARGS(vcpu_id, pvclock),1114 __entry->version = pvclock->version;1115 __entry->tsc_timestamp = pvclock->tsc_timestamp;1116 __entry->system_time = pvclock->system_time;1117 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;1118 __entry->tsc_shift = pvclock->tsc_shift;1119 __entry->flags = pvclock->flags;
130 obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o
525 struct kvm_xen_vcpu_attr pvclock = { in main() local529 vcpu_ioctl(vcpu, KVM_XEN_VCPU_SET_ATTR, &pvclock); in main()
2969 The host will set a flag in the pvclock structure that is checked from the2970 soft lockup watchdog. The flag is part of the pvclock structure that is5750 Sets the guest physical address of an additional pvclock structure9140 clearing the PVCLOCK_TSC_STABLE_BIT flag in Xen pvclock sources. This will be
14173 F: arch/x86/include/asm/pvclock-abi.h28461 F: arch/x86/include/asm/pvclock-abi.h