Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dproc.c70 c->x86_vendor_id[0] ? c->x86_vendor_id : "unknown", in show_cpuinfo()
Dcommon.c671 char *v = c->x86_vendor_id; in get_cpu_vendor()
699 (unsigned int *)&c->x86_vendor_id[0], in cpu_detect()
700 (unsigned int *)&c->x86_vendor_id[8], in cpu_detect()
701 (unsigned int *)&c->x86_vendor_id[4]); in cpu_detect()
889 c->x86_vendor_id[0] = 0; in identify_cpu_without_cpuid()
891 if (c->x86_vendor_id[0]) { in identify_cpu_without_cpuid()
1293 c->x86_vendor_id[0] = '\0'; /* Unset */ in identify_cpu()
1472 vendor = c->x86_vendor_id; in print_cpu_info()
Dcyrix.c418 strcpy(c->x86_vendor_id, "CyrixInstead"); in cyrix_identify()
/arch/x86/kernel/
Dasm-offsets_32.c24 OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); in foo()
/arch/x86/include/asm/
Dprocessor.h109 char x86_vendor_id[16]; member