Searched refs:KVM_SET_CLOCK (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | kvm_clock_test.c | 102 vm_ioctl(vm, KVM_SET_CLOCK, &data); in setup_clock()
|
H A D | hyperv_clock.c | 254 vm_ioctl(vm, KVM_SET_CLOCK, &clock); in main()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | clock.c | 190 ret = kvm_vm_ioctl(kvm_state, KVM_SET_CLOCK, &data); in kvmclock_vm_state_change()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | vcpu.rst | 239 4. Invoke the KVM_SET_CLOCK ioctl, providing the source nanoseconds from
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1201 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1512 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1519 #define KVM_SET_CLOCK _IOW(KVMIO, 0x7b, struct kvm_clock_data) macro
|
/openbmc/linux/Documentation/virt/kvm/ |
H A 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
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 7024 case KVM_SET_CLOCK: in kvm_arch_vm_ioctl()
|