Home
last modified time | relevance | path

Searched refs:x86_vendor_id (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dproc.c76 c->x86_vendor_id[0] ? c->x86_vendor_id : "unknown", in show_cpuinfo()
H A Dcommon.c932 char *v = c->x86_vendor_id; in get_cpu_vendor()
960 (unsigned int *)&c->x86_vendor_id[0], in cpu_detect()
961 (unsigned int *)&c->x86_vendor_id[8], in cpu_detect()
962 (unsigned int *)&c->x86_vendor_id[4]); in cpu_detect()
1147 c->x86_vendor_id[0] = 0; in identify_cpu_without_cpuid()
1149 if (c->x86_vendor_id[0]) { in identify_cpu_without_cpuid()
1877 c->x86_vendor_id[0] = '\0'; /* Unset */ in identify_cpu()
2075 vendor = c->x86_vendor_id; in print_cpu_info()
H A Dcyrix.c419 strcpy(c->x86_vendor_id, "CyrixInstead"); in cyrix_identify()
/openbmc/linux/arch/x86/kernel/
H A Dasm-offsets_32.c21 OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); in foo()
/openbmc/linux/arch/x86/include/asm/
H A Dprocessor.h127 char x86_vendor_id[16]; member