hyper_vendor_id   236 arch/x86/kernel/cpu/vmware.c 		unsigned int hyper_vendor_id[3];
hyper_vendor_id   238 arch/x86/kernel/cpu/vmware.c 		cpuid(CPUID_VMWARE_INFO_LEAF, &eax, &hyper_vendor_id[0],
hyper_vendor_id   239 arch/x86/kernel/cpu/vmware.c 		      &hyper_vendor_id[1], &hyper_vendor_id[2]);
hyper_vendor_id   240 arch/x86/kernel/cpu/vmware.c 		if (!memcmp(hyper_vendor_id, "VMwareVMware", 12)) {