Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dcommon.c919 char *v = c->x86_vendor_id; in get_cpu_vendor()
947 (unsigned int *)&c->x86_vendor_id[0], in cpu_detect()
948 (unsigned int *)&c->x86_vendor_id[8], in cpu_detect()
949 (unsigned int *)&c->x86_vendor_id[4]); in cpu_detect()
1150 c->x86_vendor_id[0] = 0; in identify_cpu_without_cpuid()
1152 if (c->x86_vendor_id[0]) { in identify_cpu_without_cpuid()
2012 c->x86_vendor_id[0] = '\0'; /* Unset */ in identify_cpu()
2202 vendor = c->x86_vendor_id; in print_cpu_info()
/linux/arch/x86/include/asm/
H A Dprocessor.h170 char x86_vendor_id[16]; member