Searched refs:KVM_SET_CLOCK (Results 1 – 6 of 6) sorted by relevance
102 vm_ioctl(vm, KVM_SET_CLOCK, &data); in setup_clock()
257 vm_ioctl(vm, KVM_SET_CLOCK, &clock); in main()
1299 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
1290 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
1050 conjunction with KVM_SET_CLOCK, it is used to ensure monotonicity on scenarios1062 offset; the offset can be modified with KVM_SET_CLOCK. KVM will try1090 4.30 KVM_SET_CLOCK1108 KVM_SET_CLOCK was called. The difference in elapsed time is added to the final
7546 case KVM_SET_CLOCK: in kvm_arch_vm_ioctl()