Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/kvm/
H A Dguest_print_test.c122 TEST_ASSERT(!r, KVM_IOCTL_ERROR(KVM_RUN, r)); in do_vcpu_run()
/linux-6.15/Documentation/virt/kvm/
H A Dapi.rst292 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 Dvcpu.rst135 by the PMU will fail and KVM_RUN will return with
/linux-6.15/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c424 rc = ioctl(self->vcpu_fd, KVM_RUN, NULL); in uc_run_once()
/linux-6.15/tools/include/uapi/linux/
H A Dkvm.h1274 #define KVM_RUN _IO(KVMIO, 0x80) macro
/linux-6.15/include/uapi/linux/
H A Dkvm.h1274 #define KVM_RUN _IO(KVMIO, 0x80) macro
/linux-6.15/tools/testing/selftests/kvm/include/
H A Dkvm_util.h638 return __vcpu_ioctl(vcpu, KVM_RUN, NULL); in __vcpu_run()
/linux-6.15/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1726 TEST_ASSERT(!ret, KVM_IOCTL_ERROR(KVM_RUN, ret)); in vcpu_run()
/linux-6.15/virt/kvm/
H A Dkvm_main.c4364 case KVM_RUN: { in kvm_vcpu_ioctl()