/src/sys/arch/x86/x86/ |
identcpu.c | 860 uint32_t brand[12]; local in function:cpu_probe 946 x86_cpuid(0x80000002, brand); 947 x86_cpuid(0x80000003, brand + 4); 948 x86_cpuid(0x80000004, brand + 8); 949 /* Skip leading spaces on brand */ 951 if (((char *) brand)[i] != ' ') 954 memcpy(cpu_brand_string, ((char *) brand) + i, 48 - i);
|
identcpu.c | 860 uint32_t brand[12]; local in function:cpu_probe 946 x86_cpuid(0x80000002, brand); 947 x86_cpuid(0x80000003, brand + 4); 948 x86_cpuid(0x80000004, brand + 8); 949 /* Skip leading spaces on brand */ 951 if (((char *) brand)[i] != ' ') 954 memcpy(cpu_brand_string, ((char *) brand) + i, 48 - i);
|
/src/usr.sbin/cpuctl/arch/ |
i386.c | 119 * Map Brand ID from cpuid instruction to brand name. 120 * Source: Table 3-24, Mapping of Brand Indices; and Intel 64 and IA-32 121 * Processor Brand Strings, Chapter 3 in "Intel (R) 64 and IA-32 152 * AMD processors don't have Brand IDs, so we need these names for probe. 172 /* Brand/Model name functions */ 804 * This is all rather pointless, these are cross 'brand' since the raw 1521 uint32_t brand[12]; local in function:cpu_probe_base_features 1565 * - Save brand string. 1568 x86_cpuid(0x80000002, brand); 1969 const char *name = "", *modifier, *vendorname, *brand = ""; local in function:identifycpu [all...] |
i386.c | 119 * Map Brand ID from cpuid instruction to brand name. 120 * Source: Table 3-24, Mapping of Brand Indices; and Intel 64 and IA-32 121 * Processor Brand Strings, Chapter 3 in "Intel (R) 64 and IA-32 152 * AMD processors don't have Brand IDs, so we need these names for probe. 172 /* Brand/Model name functions */ 804 * This is all rather pointless, these are cross 'brand' since the raw 1521 uint32_t brand[12]; local in function:cpu_probe_base_features 1565 * - Save brand string. 1568 x86_cpuid(0x80000002, brand); 1969 const char *name = "", *modifier, *vendorname, *brand = ""; local in function:identifycpu [all...] |