Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dmmio_warning_test.c46 res = ioctl(kvmcpu, KVM_RUN, 0); in thr()
/Linux-v6.6/Documentation/virt/kvm/
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 …]
/Linux-v6.6/Documentation/virt/kvm/devices/
Dvcpu.rst135 by the PMU will fail and KVM_RUN will return with
/Linux-v6.6/tools/testing/selftests/kvm/include/
Dkvm_util_base.h469 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h1570 #define KVM_RUN _IO(KVMIO, 0x80) macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h1577 #define KVM_RUN _IO(KVMIO, 0x80) macro
/Linux-v6.6/tools/testing/selftests/kvm/lib/
Dkvm_util.c1597 TEST_ASSERT(!ret, KVM_IOCTL_ERROR(KVM_RUN, ret)); in vcpu_run()
/Linux-v6.6/virt/kvm/
Dkvm_main.c4141 case KVM_RUN: { in kvm_vcpu_ioctl()