Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dkvm.h1156 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) macro
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt523 should use the KVM_SET_CPUID2 ioctl if available.
1232 construct cpuid information (for KVM_SET_CPUID2) that is consistent with
1273 feature in userspace, then you can enable the feature for KVM_SET_CPUID2.
/linux-4.4.14/arch/x86/kvm/
Dx86.c3270 case KVM_SET_CPUID2: { in kvm_arch_vcpu_ioctl()