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.rst258 The KVM_RUN ioctl (cf.) communicates with userspace via a shared
260 KVM_RUN documentation for details.
262 Besides the size of the KVM_RUN communication region, other areas of
360 4.10 KVM_RUN
686 - Using KVM_SET_CPUID{,2} after KVM_RUN, i.e. changing the guest vCPU model
719 Defines which signals are blocked during execution of KVM_RUN. This
722 their traditional behaviour) will cause KVM_RUN to return with -EINTR.
1496 event in subsequent calls to KVM_RUN.
1503 calls to KVM_RUN will immediately exit with a KVM_SYSTEM_EVENT_WAKEUP
2063 TLB, prior to calling KVM_RUN on the associated vcpu.
[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.h1257 #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/include/uapi/linux/
H A Dkvm.h1577 #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.c3145 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()