Home
last modified time | relevance | path

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

/linux-6.15/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.c1020 vm_ioctl(vm, KVM_GET_CLOCK, &kcdata); in main()
/linux-6.15/Documentation/virt/kvm/devices/
H A Dvcpu.rst229 1. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_src),
253 5. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_dest) and
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1219 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h1219 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst1038 4.29 KVM_GET_CLOCK
1058 value seen by all VCPUs at the instant when KVM_GET_CLOCK was called.
1067 clocksource at the instant when KVM_GET_CLOCK was called. If clear,
1073 at the instant when KVM_GET_CLOCK was called. If clear, the `host_tsc` field
1098 In conjunction with KVM_GET_CLOCK, it is used to ensure monotonicity on scenarios
1109 Other flags returned by ``KVM_GET_CLOCK`` are accepted but ignored.
/linux-6.15/arch/x86/kvm/
H A Dx86.c7277 case KVM_GET_CLOCK: in kvm_arch_vm_ioctl()