Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
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()
/openbmc/qemu/hw/i386/kvm/
H A Dclock.c106 ret = kvm_vm_ioctl(kvm_state, KVM_GET_CLOCK, &data); in kvm_update_clock()
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvcpu.rst227 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 Dkvm.h1516 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1520 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1513 #define KVM_GET_CLOCK _IOR(KVMIO, 0x7c, struct kvm_clock_data) macro
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c992 ret = kvm_vm_ioctl(kvm_state, KVM_GET_CLOCK, &data); in kvm_get_current_ns()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst981 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 Dx86.c7025 case KVM_GET_CLOCK: in kvm_arch_vm_ioctl()