Searched refs:cpu_vendor (Results 1 – 5 of 5) sorted by relevance
229 char cpu_vendor[13]; in _mesa_get_x86_features() local233 …_mesa_x86_cpuid(0, &result, (GLuint *)(cpu_vendor + 0), (GLuint *)(cpu_vendor + 8), (GLuint *)(cpu… in _mesa_get_x86_features()234 cpu_vendor[12] = '\0'; in _mesa_get_x86_features()237 _mesa_debug(NULL, "CPU vendor: %s\n", cpu_vendor); in _mesa_get_x86_features()
477 const string *cpu_vendor = system_info->GetCPUVendor(); in GetCPUInfo() local478 if (cpu_vendor) { in GetCPUInfo()479 info->cpu_info = *cpu_vendor; in GetCPUInfo()
3379 const string* cpu_vendor = GetCPUVendor(); in Print() local3380 if (cpu_vendor) { in Print()3382 cpu_vendor->c_str()); in Print()
100 self.cpu_vendor = virt_utils.get_cpu_vendor()181 yield 'kvm-%s' % (self.cpu_vendor)
692 (cpu_vendor) = "GenuineIntel"