Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/s390/
Dkvm.txt76 KVM_RUN
116 prior to running it with KVM_RUN. Note that this call is not required to modify
118 does contain the psw, and this value is evaluated during reentry of KVM_RUN
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt178 The KVM_RUN ioctl (cf.) communicates with userspace via a shared
180 KVM_RUN documentation for details.
269 4.10 KVM_RUN
540 Defines which signals are blocked during execution of KVM_RUN. This
543 their traditional behaviour) will cause KVM_RUN to return with -EINTR.
1613 TLB, prior to calling KVM_RUN on the associated vcpu.
1815 prior to calling the KVM_RUN ioctl.
2329 (with the KVM_RUN ioctl), the host kernel will allocate a
2336 re-create the VMRA HPTEs on the next KVM_RUN of any vcpu.)
2519 registers to their initial values.  If this is not called, KVM_RUN will
[all …]
/linux-4.1.27/include/uapi/linux/
Dkvm.h1122 #define KVM_RUN _IO(KVMIO, 0x80) macro
/linux-4.1.27/virt/kvm/
Dkvm_main.c2117 case KVM_RUN: in kvm_vcpu_ioctl()