Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c790 rc = ioctl(vcpu->fd, KVM_SET_CPUID2, cpuid); in vcpu_set_cpuid()
/Linux-v5.4/tools/include/uapi/linux/
Dkvm.h1369 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) macro
/Linux-v5.4/include/uapi/linux/
Dkvm.h1369 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) macro
/Linux-v5.4/Documentation/virt/kvm/
Dapi.txt613 should use the KVM_SET_CPUID2 ioctl if available.
1427 KVM_SET_CPUID2) that is consistent with hardware, kernel, and
1473 feature in userspace, then you can enable the feature for KVM_SET_CPUID2.
/Linux-v5.4/arch/x86/kvm/
Dx86.c4177 case KVM_SET_CPUID2: { in kvm_arch_vcpu_ioctl()