Lines Matching full:vendor
40 * Extract CPU vendor, family, model, stepping info from /proc/cpuinfo
56 cpu_info->vendor = X86_VENDOR_UNKNOWN;
77 /* Get CPU vendor */
81 cpu_info->vendor = x;
95 if (cpu_info->vendor == X86_VENDOR_UNKNOWN ||
111 if (cpu_info->vendor != X86_VENDOR_AMD &&
112 cpu_info->vendor != X86_VENDOR_HYGON &&
113 cpu_info->vendor != X86_VENDOR_INTEL)
129 if (cpu_info->vendor == X86_VENDOR_AMD ||
130 cpu_info->vendor == X86_VENDOR_HYGON) {
167 if (cpu_info->vendor == X86_VENDOR_INTEL) {
173 if (cpu_info->vendor == X86_VENDOR_INTEL) {