Searched refs:KVM_RUN (Results 1 – 4 of 4) sorted by relevance
76 KVM_RUN116 prior to running it with KVM_RUN. Note that this call is not required to modify118 does contain the psw, and this value is evaluated during reentry of KVM_RUN
155 The KVM_RUN ioctl (cf.) communicates with userspace via a shared157 KVM_RUN documentation for details.213 4.10 KVM_RUN457 Defines which signals are blocked during execution of KVM_RUN. This460 their traditional behaviour) will cause KVM_RUN to return with -EINTR.1270 execution by changing fields in kvm_run prior to calling the KVM_RUN1271 ioctl, and obtain information about the reason KVM_RUN returned by1278 Request that KVM_RUN return when it becomes possible to inject external1286 When KVM_RUN has returned successfully (return value 0), this informs1287 application code why KVM_RUN has returned. Allowable values for this[all …]
684 #define KVM_RUN _IO(KVMIO, 0x80) macro
1705 case KVM_RUN: in kvm_vcpu_ioctl()