Searched refs:KVM_SET_CPUID2 (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/ |
| D | processor.h | 979 r = __vcpu_ioctl(vcpu, KVM_SET_CPUID2, vcpu->cpuid); in __vcpu_set_cpuid() 991 vcpu_ioctl(vcpu, KVM_SET_CPUID2, vcpu->cpuid); in vcpu_set_cpuid()
|
| /Linux-v6.6/tools/include/uapi/linux/ |
| D | kvm.h | 1587 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) macro
|
| /Linux-v6.6/include/uapi/linux/ |
| D | kvm.h | 1594 #define KVM_SET_CPUID2 _IOW(KVMIO, 0x90, struct kvm_cpuid2) macro
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 680 should use the KVM_SET_CPUID2 ioctl if available. 1717 KVM_SET_CPUID2) that is consistent with hardware, kernel, and 1768 feature in userspace, then you can enable the feature for KVM_SET_CPUID2. 8494 to take its result and pass it directly to ``KVM_SET_CPUID2``. This section
|
| /Linux-v6.6/arch/x86/kvm/ |
| D | x86.c | 5720 case KVM_SET_CPUID2: { in kvm_arch_vcpu_ioctl()
|