Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/s390/
Dkvm.txt22 threads and has not called KVM_S390_ENABLE_SIE before.
25 ioctl: KVM_S390_ENABLE_SIE
32 KVM_S390_ENABLE_SIE before. User processes that want to launch multiple threads
33 before creating a virtual machine have to call KVM_S390_ENABLE_SIE, or will
/linux-4.1.27/include/uapi/linux/
Dkvm.h666 #define KVM_S390_ENABLE_SIE _IO(KVMIO, 0x06) macro
/linux-4.1.27/arch/s390/kvm/
Dkvm-s390.c155 if (ioctl == KVM_S390_ENABLE_SIE) in kvm_arch_dev_ioctl()