Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dprivate_mem_kvm_exits_test.c36 TEST_ASSERT(errno == EFAULT, KVM_IOCTL_ERROR(KVM_RUN, r)); in run_vcpu_get_exit_reason()
/linux/Documentation/virt/kvm/arm/
H A Dvcpu-features.rst33 ``KVM_RUN`` on at least one vCPU in the VM. Userspace can discover what fields
/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c122 TEST_ASSERT(!r, KVM_IOCTL_ERROR(KVM_RUN, r)); in do_vcpu_run()
/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c422 rc = ioctl(self->vcpu_fd, KVM_RUN, NULL); in uc_run_once()
/linux/tools/include/uapi/linux/
H A Dkvm.h1356 #define KVM_RUN _IO(KVMIO, 0x80) macro
/linux/tools/testing/selftests/kvm/include/
H A Dkvm_util.h749 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1693 * 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 Dkvm_main.c4460 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()