Searched refs:KVM_RUN (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | mmio_warning_test.c | 46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 258 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 D | vcpu.rst | 135 by the PMU will fail and KVM_RUN will return with
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 469 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1257 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1570 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1577 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | kvm_util.c | 1597 TEST_ASSERT(!ret, KVM_IOCTL_ERROR(KVM_RUN, ret)); in vcpu_run()
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 3145 run_ret = kvm_vcpu_ioctl(cpu, KVM_RUN, 0); in kvm_cpu_exec()
|
/openbmc/linux/virt/kvm/ |
H A D | kvm_main.c | 4142 case KVM_RUN: { in kvm_vcpu_ioctl()
|