Searched refs:KVM_SET_CLOCK (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| D | kvm_clock_test.c | 102 vm_ioctl(vm, KVM_SET_CLOCK, &data); in setup_clock()
|
| D | hyperv_clock.c | 254 vm_ioctl(vm, KVM_SET_CLOCK, &clock); in main()
|
| /Linux-v6.6/Documentation/virt/kvm/devices/ |
| D | vcpu.rst | 239 4. Invoke the KVM_SET_CLOCK ioctl, providing the source nanoseconds from
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 1512 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 1519 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 991 conjunction with KVM_SET_CLOCK, it is used to ensure monotonicity on scenarios 1003 offset; the offset can be modified with KVM_SET_CLOCK. KVM will try 1031 4.30 KVM_SET_CLOCK 1049 KVM_SET_CLOCK was called. The difference in elapsed time is added to the final
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | x86.c | 7016 case KVM_SET_CLOCK: in kvm_arch_vm_ioctl()
|