set_supported_cpuid 1114 arch/x86/include/asm/kvm_host.h 	void (*set_supported_cpuid)(u32 func, struct kvm_cpuid_entry2 *entry);
set_supported_cpuid  804 arch/x86/kvm/cpuid.c 	kvm_x86_ops->set_supported_cpuid(function, entry);
set_supported_cpuid 7339 arch/x86/kvm/svm.c 	.set_supported_cpuid = svm_set_supported_cpuid,
set_supported_cpuid 7883 arch/x86/kvm/vmx/vmx.c 	.set_supported_cpuid = vmx_set_supported_cpuid,