Searched refs:KVM_RUN (Results 1 – 8 of 8) sorted by relevance
| /linux/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/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/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/tools/testing/selftests/kvm/s390/ |
| H A D | ucontrol_test.c | 422 rc = ioctl(self->vcpu_fd, KVM_RUN, NULL); in uc_run_once()
|
| /linux/tools/include/uapi/linux/ |
| H A D | kvm.h | 1356 #define KVM_RUN _IO(KVMIO, 0x80) macro
|
| /linux/tools/testing/selftests/kvm/include/ |
| H A D | kvm_util.h | 749 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
|
| /linux/tools/testing/selftests/kvm/lib/ |
| H A D | kvm_util.c | 1693 * Invoke KVM_RUN on a vCPU until KVM returns something other than -EINTR. 1700 TEST_ASSERT(!ret, KVM_IOCTL_ERROR(KVM_RUN, ret)); in vcpu_get_reg_list() 1712 "KVM_RUN IOCTL didn't exit immediately, rc: %i, errno: %i", in vcpu_map_dirty_ring()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 4460 case KVM_RUN: { in kvm_vcpu_ioctl() 4469 * read vcpu->pid while this vCPU is in KVM_RUN, e.g. to yield in kvm_vcpu_ioctl()
|