Home | History | Annotate | Download | only in arch

Lines Matching defs:brand

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];
1565 * - Save brand string.
1568 x86_cpuid(0x80000002, brand);
1569 x86_cpuid(0x80000003, brand + 4);
1570 x86_cpuid(0x80000004, brand + 8);
1572 if (((char *) brand)[i] != ' ')
1574 memcpy(cpu_brand_string, ((char *) brand) + i, 48 - i);
1583 * - Initial local APIC ID and brand ID (from ebx)
1594 /* Brand is low order 8 bits of ebx */
1969 const char *name = "", *modifier, *vendorname, *brand = "";
2070 brand = amd_brand_name;
2107 if (*brand)
2108 aprint_normal(" %s", brand);