Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt187 The KVM_RUN ioctl (cf.) communicates with userspace via a shared
189 KVM_RUN documentation for details.
289 4.10 KVM_RUN
574 Defines which signals are blocked during execution of KVM_RUN. This
577 their traditional behaviour) will cause KVM_RUN to return with -EINTR.
1627 TLB, prior to calling KVM_RUN on the associated vcpu.
1795 prior to calling the KVM_RUN ioctl.
2369 (with the KVM_RUN ioctl), the host kernel will allocate a
2379 HPTEs on the next KVM_RUN of any vcpu.
2566 registers to their initial values.  If this is not called, KVM_RUN will
[all …]
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h1299 #define KVM_RUN _IO(KVMIO, 0x80) macro
/Linux-v4.19/include/uapi/linux/
Dkvm.h1299 #define KVM_RUN _IO(KVMIO, 0x80) macro
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dkvm_util.c1130 rc = ioctl(vcpu->fd, KVM_RUN, NULL); in _vcpu_run()
/Linux-v4.19/virt/kvm/
Dkvm_main.c2570 case KVM_RUN: { in kvm_vcpu_ioctl()