Home
last modified time | relevance | path

Searched refs:KVM_SET_CLOCK (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dkvm_clock_test.c102 vm_ioctl(vm, KVM_SET_CLOCK, &data); in setup_clock()
H A Dhyperv_clock.c133 /* Call KVM_SET_CLOCK from userspace, check that TSC page was updated */ in guest_main()
145 * KVM_SET_CLOCK. in guest_main()
257 vm_ioctl(vm, KVM_SET_CLOCK, &clock); in main()
/linux/tools/include/uapi/linux/
H A Dkvm.h1300 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro