Home
last modified time | relevance | path

Searched refs:KVM_GET_CLOCK (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dkvm_clock_test.c115 vm_ioctl(vm, KVM_GET_CLOCK, &start); in enter_guest()
118 vm_ioctl(vm, KVM_GET_CLOCK, &end); in enter_guest()
H A Dxen_shinfo_test.c1007 vm_ioctl(vm, KVM_GET_CLOCK, &kcdata); in main()
/linux/include/uapi/linux/
H A Dkvm.h1300 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/linux/tools/include/uapi/linux/
H A Dkvm.h1291 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/linux/Documentation/virt/kvm/
H A Dapi.rst1040 4.29 KVM_GET_CLOCK
1060 value seen by all VCPUs at the instant when KVM_GET_CLOCK was called.
1069 clocksource at the instant when KVM_GET_CLOCK was called. If clear,
1075 at the instant when KVM_GET_CLOCK was called. If clear, the `host_tsc` field
1100 In conjunction with KVM_GET_CLOCK, it is used to ensure monotonicity on scenarios
1111 Other flags returned by ``KVM_GET_CLOCK`` are accepted but ignored.
/linux/arch/x86/kvm/
H A Dx86.c7549 case KVM_GET_CLOCK: in kvm_arch_vm_ioctl()