Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dkvm_clock_test.c102 vm_ioctl(vm, KVM_SET_CLOCK, &data); in setup_clock()
Dhyperv_clock.c254 vm_ioctl(vm, KVM_SET_CLOCK, &clock); in main()
/Linux-v6.6/Documentation/virt/kvm/devices/
Dvcpu.rst239 4. Invoke the KVM_SET_CLOCK ioctl, providing the source nanoseconds from
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h1512 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h1519 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst991 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/
Dx86.c7016 case KVM_SET_CLOCK: in kvm_arch_vm_ioctl()