Searched refs:KVM_GET_CLOCK (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
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()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | clock.c | 106 ret = kvm_vm_ioctl(kvm_state, KVM_GET_CLOCK, &data); in kvm_update_clock()
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A 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
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1202 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1513 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1520 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
|
/openbmc/qemu/target/i386/kvm/ |
H A D | xen-emu.c | 987 ret = kvm_vm_ioctl(kvm_state, KVM_GET_CLOCK, &data); in kvm_get_current_ns()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A 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.
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.c | 7027 case KVM_GET_CLOCK: in kvm_arch_vm_ioctl()
|