Searched refs:KVM_GET_CLOCK (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
| 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()
|
| /Linux-v6.6/Documentation/virt/kvm/devices/ |
| D | vcpu.rst | 227 1. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_src), 251 5. Invoke the KVM_GET_CLOCK ioctl to record the host TSC (tsc_dest) and
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 1513 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 1520 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 981 4.29 KVM_GET_CLOCK 1001 value seen by all VCPUs at the instant when KVM_GET_CLOCK was called. 1010 clocksource at the instant when KVM_GET_CLOCK was called. If clear, 1016 at the instant when KVM_GET_CLOCK was called. If clear, the `host_tsc` field 1041 In conjunction with KVM_GET_CLOCK, it is used to ensure monotonicity on scenarios 1052 Other flags returned by ``KVM_GET_CLOCK`` are accepted but ignored.
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | x86.c | 7019 case KVM_GET_CLOCK: in kvm_arch_vm_ioctl()
|