Searched refs:KVM_GET_CLOCK (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | kvm_clock_test.c | 115 vm_ioctl(vm, KVM_GET_CLOCK, &start); in enter_guest() 118 vm_ioctl(vm, KVM_GET_CLOCK, &end); in enter_guest()
|
| H A D | xen_shinfo_test.c | 1020 vm_ioctl(vm, KVM_GET_CLOCK, &kcdata); in main()
|
| /linux-6.15/Documentation/virt/kvm/devices/ |
| H A D | vcpu.rst | 229 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 D | kvm.h | 1219 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1219 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 1038 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 D | x86.c | 7277 case KVM_GET_CLOCK: in kvm_arch_vm_ioctl()
|