Home
last modified time | relevance | path

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

/linux-6.15/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.c257 vm_ioctl(vm, KVM_SET_CLOCK, &clock); in main()
/linux-6.15/Documentation/virt/kvm/devices/
H A Dvcpu.rst241 4. Invoke the KVM_SET_CLOCK ioctl, providing the source nanoseconds from
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1218 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h1218 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst1048 conjunction with KVM_SET_CLOCK, it is used to ensure monotonicity on scenarios
1060 offset; the offset can be modified with KVM_SET_CLOCK. KVM will try
1088 4.30 KVM_SET_CLOCK
1106 KVM_SET_CLOCK was called. The difference in elapsed time is added to the final
/linux-6.15/arch/x86/kvm/
H A Dx86.c7274 case KVM_SET_CLOCK: in kvm_arch_vm_ioctl()