Searched refs:KVM_RUN (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | private_mem_kvm_exits_test.c | 36 TEST_ASSERT(errno == EFAULT, KVM_IOCTL_ERROR(KVM_RUN, r)); in run_vcpu_get_exit_reason()
|
| /linux-6.15/Documentation/virt/kvm/arm/ |
| H A D | vcpu-features.rst | 33 ``KVM_RUN`` on at least one vCPU in the VM. Userspace can discover what fields
|
| /linux-6.15/tools/testing/selftests/kvm/ |
| H A D | guest_print_test.c | 122 TEST_ASSERT(!r, KVM_IOCTL_ERROR(KVM_RUN, r)); in do_vcpu_run()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 292 KVM_RUN documentation for details. 392 4.10 KVM_RUN 1561 event in subsequent calls to KVM_RUN. 2140 TLB, prior to calling KVM_RUN on the associated vcpu. 2284 prior to calling the KVM_RUN ioctl. 3220 HPTEs on the next KVM_RUN of any vcpu. 3477 and execute guest code when KVM_RUN is called. 3514 - KVM_RUN and KVM_GET_REG_LIST are not available; 6480 This field is polled once when KVM_RUN starts; if non-zero, KVM_RUN 6846 KVM_RUN again before shutdown finally occurs). [all …]
|
| /linux-6.15/Documentation/virt/kvm/devices/ |
| H A D | vcpu.rst | 135 by the PMU will fail and KVM_RUN will return with
|
| /linux-6.15/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 424 rc = ioctl(self->vcpu_fd, KVM_RUN, NULL); in uc_run_once()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1274 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1274 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /linux-6.15/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 638 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
|
| /linux-6.15/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1726 TEST_ASSERT(!ret, KVM_IOCTL_ERROR(KVM_RUN, ret)); in vcpu_run()
|
| /linux-6.15/virt/kvm/ |
| H A D | kvm_main.c | 4364 case KVM_RUN: { in kvm_vcpu_ioctl()
|