Searched refs:KVM_RUN (Results 1 – 5 of 5) sorted by relevance
187 The KVM_RUN ioctl (cf.) communicates with userspace via a shared189 KVM_RUN documentation for details.289 4.10 KVM_RUN574 Defines which signals are blocked during execution of KVM_RUN. This577 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 a2379 HPTEs on the next KVM_RUN of any vcpu.2566 registers to their initial values. If this is not called, KVM_RUN will[all …]
1299 #define KVM_RUN _IO(KVMIO, 0x80) macro
1130 rc = ioctl(vcpu->fd, KVM_RUN, NULL); in _vcpu_run()
2570 case KVM_RUN: { in kvm_vcpu_ioctl()