Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dproc.c74 c->x86_vendor_id[0] ? c->x86_vendor_id : "unknown", in show_cpuinfo()
Dcommon.c803 char *v = c->x86_vendor_id; in get_cpu_vendor()
831 (unsigned int *)&c->x86_vendor_id[0], in cpu_detect()
832 (unsigned int *)&c->x86_vendor_id[8], in cpu_detect()
833 (unsigned int *)&c->x86_vendor_id[4]); in cpu_detect()
1018 c->x86_vendor_id[0] = 0; in identify_cpu_without_cpuid()
1020 if (c->x86_vendor_id[0]) { in identify_cpu_without_cpuid()
1657 c->x86_vendor_id[0] = '\0'; /* Unset */ in identify_cpu()
1852 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.c21 OFFSET(CPUINFO_x86_vendor_id, cpuinfo_x86, x86_vendor_id); in foo()
/arch/x86/include/asm/
Dprocessor.h111 char x86_vendor_id[16]; member