Home
last modified time | relevance | path

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

/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.c873 char *v = c->x86_vendor_id; in get_cpu_vendor()
901 (unsigned int *)&c->x86_vendor_id[0], in cpu_detect()
902 (unsigned int *)&c->x86_vendor_id[8], in cpu_detect()
903 (unsigned int *)&c->x86_vendor_id[4]); in cpu_detect()
1105 c->x86_vendor_id[0] = 0; in identify_cpu_without_cpuid()
1107 if (c->x86_vendor_id[0]) { in identify_cpu_without_cpuid()
1797 c->x86_vendor_id[0] = '\0'; /* Unset */ in identify_cpu()
1983 vendor = c->x86_vendor_id; in print_cpu_info()
H A Dcyrix.c419 strcpy(c->x86_vendor_id, "CyrixInstead"); in cyrix_identify()
/linux/arch/x86/kernel/
H A Dasm-offsets_32.c21 OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); in foo()
/linux/arch/x86/include/asm/
H A Dprocessor.h151 char x86_vendor_id[16]; member