Home
last modified time | relevance | path

Searched refs:pvclock (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/arch/x86/kvm/
Dtrace.h993 TP_PROTO(unsigned int vcpu_id, struct pvclock_vcpu_time_info *pvclock),
994 TP_ARGS(vcpu_id, pvclock),
1008 __entry->version = pvclock->version;
1009 __entry->tsc_timestamp = pvclock->tsc_timestamp;
1010 __entry->system_time = pvclock->system_time;
1011 __entry->tsc_to_system_mul = pvclock->tsc_to_system_mul;
1012 __entry->tsc_shift = pvclock->tsc_shift;
1013 __entry->flags = pvclock->flags;
/Linux-v6.1/arch/x86/kernel/
DMakefile120 obj-$(CONFIG_PARAVIRT_CLOCK) += pvclock.o
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c500 struct kvm_xen_vcpu_attr pvclock = { in main() local
504 vcpu_ioctl(vcpu, KVM_XEN_VCPU_SET_ATTR, &pvclock); in main()
/Linux-v6.1/Documentation/virt/kvm/
Dapi.rst2904 The host will set a flag in the pvclock structure that is checked from the
2905 soft lockup watchdog. The flag is part of the pvclock structure that is
5444 Sets the guest physical address of an additional pvclock structure
/Linux-v6.1/
DMAINTAINERS11303 F: arch/x86/include/asm/pvclock-abi.h
22492 F: arch/x86/include/asm/pvclock-abi.h