Searched refs:pvclock (Results 1 – 5 of 5) sorted by relevance
160 struct kvm_xen_vcpu_attr pvclock = { in main() local164 vcpu_ioctl(vm, VCPU_ID, KVM_XEN_VCPU_SET_ATTR, &pvclock); in main()
960 TP_PROTO(unsigned int vcpu_id, struct pvclock_vcpu_time_info *pvclock),961 TP_ARGS(vcpu_id, pvclock),975 __entry->version = pvclock->version;976 __entry->tsc_timestamp = pvclock->tsc_timestamp;977 __entry->system_time = pvclock->system_time;978 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;979 __entry->tsc_shift = pvclock->tsc_shift;980 __entry->flags = pvclock->flags;
126 obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o
2623 The host will set a flag in the pvclock structure that is checked from the2624 soft lockup watchdog. The flag is part of the pvclock structure that is5000 Sets the guest physical address of an additional pvclock structure
10322 F: arch/x86/include/asm/pvclock-abi.h20518 F: arch/x86/include/asm/pvclock-abi.h