Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt178 The KVM_RUN ioctl (cf.) communicates with userspace via a shared
180 KVM_RUN documentation for details.
274 4.10 KVM_RUN
551 Defines which signals are blocked during execution of KVM_RUN. This
554 their traditional behaviour) will cause KVM_RUN to return with -EINTR.
1649 TLB, prior to calling KVM_RUN on the associated vcpu.
1851 prior to calling the KVM_RUN ioctl.
2365 (with the KVM_RUN ioctl), the host kernel will allocate a
2372 re-create the VMRA HPTEs on the next KVM_RUN of any vcpu.)
2555 registers to their initial values.  If this is not called, KVM_RUN will
[all …]
/linux-4.4.14/include/uapi/linux/
Dkvm.h1139 #define KVM_RUN _IO(KVMIO, 0x80) macro
/linux-4.4.14/virt/kvm/
Dkvm_main.c2365 case KVM_RUN: in kvm_vcpu_ioctl()