Home
last modified time | relevance | path

Searched refs:KVM_RUN (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst260 KVM_RUN documentation for details.
360 4.10 KVM_RUN
1496 event in subsequent calls to KVM_RUN.
2063 TLB, prior to calling KVM_RUN on the associated vcpu.
2243 prior to calling the KVM_RUN ioctl.
3163 HPTEs on the next KVM_RUN of any vcpu.
3418 and execute guest code when KVM_RUN is called.
3455 - KVM_RUN and KVM_GET_REG_LIST are not available;
6095 This field is polled once when KVM_RUN starts; if non-zero, KVM_RUN
6458 KVM_RUN again before shutdown finally occurs).
[all …]
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvcpu.rst135 by the PMU will fail and KVM_RUN will return with
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h469 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
/openbmc/qemu/linux-headers/linux/
H A Dkvm.h1245 #define KVM_RUN _IO(KVMIO, 0x80) macro
/openbmc/linux/include/uapi/linux/
H A Dkvm.h1577 #define KVM_RUN _IO(KVMIO, 0x80) macro
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h1570 #define KVM_RUN _IO(KVMIO, 0x80) macro
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1597 TEST_ASSERT(!ret, KVM_IOCTL_ERROR(KVM_RUN, ret)); in vcpu_run()
/openbmc/qemu/accel/kvm/
H A Dkvm-all.c3025 run_ret = kvm_vcpu_ioctl(cpu, KVM_RUN, 0); in kvm_cpu_exec()
/openbmc/linux/virt/kvm/
H A Dkvm_main.c4142 case KVM_RUN: { in kvm_vcpu_ioctl()