Home
last modified time | relevance | path

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

/linux-2.6.39/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-2.6.39/Documentation/kvm/
Dapi.txt155 The KVM_RUN ioctl (cf.) communicates with userspace via a shared
157 KVM_RUN documentation for details.
213 4.10 KVM_RUN
457 Defines which signals are blocked during execution of KVM_RUN. This
460 their traditional behaviour) will cause KVM_RUN to return with -EINTR.
1270 execution by changing fields in kvm_run prior to calling the KVM_RUN
1271 ioctl, and obtain information about the reason KVM_RUN returned by
1278 Request that KVM_RUN return when it becomes possible to inject external
1286 When KVM_RUN has returned successfully (return value 0), this informs
1287 application code why KVM_RUN has returned. Allowable values for this
[all …]
/linux-2.6.39/include/linux/
Dkvm.h684 #define KVM_RUN _IO(KVMIO, 0x80) macro
/linux-2.6.39/virt/kvm/
Dkvm_main.c1705 case KVM_RUN: in kvm_vcpu_ioctl()