Symbol: X86_VENDOR_INTEL
arch/x86/crypto/blowfish_glue.c
140
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/crypto/camellia_glue.c
1360
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/crypto/twofish_glue_3way.c
109
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/events/core.c
2141
case X86_VENDOR_INTEL:
arch/x86/events/msr.c
43
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/include/asm/acpi.h
113
return (c->x86_vendor == X86_VENDOR_INTEL ||
arch/x86/include/asm/intel-family.h
44
#define IFM(_fam, _model) VFM_MAKE(X86_VENDOR_INTEL, _fam, _model)
arch/x86/kernel/acpi/cstate.c
202
if ((c->x86_vendor == X86_VENDOR_INTEL) && !(reg->access_size & 0x2))
arch/x86/kernel/acpi/cstate.c
234
if (c->x86_vendor != X86_VENDOR_INTEL &&
arch/x86/kernel/acpi/cstate.c
40
else if (c->x86_vendor == X86_VENDOR_INTEL) {
arch/x86/kernel/acpi/cstate.c
54
if (c->x86_vendor == X86_VENDOR_INTEL &&
arch/x86/kernel/apic/apic.c
1341
if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) &&
arch/x86/kernel/apic/apic.c
2030
case X86_VENDOR_INTEL:
arch/x86/kernel/apic/io_apic.c
1459
if (!(boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/apic/io_apic.c
2434
if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && !APIC_XAPIC(boot_cpu_apic_version))
arch/x86/kernel/cpu/aperfmperf.c
328
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/cpu/bugs.c
1249
} else if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) {
arch/x86/kernel/cpu/bugs.c
1276
} else if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) {
arch/x86/kernel/cpu/bugs.c
1310
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) {
arch/x86/kernel/cpu/bugs.c
2168
if (spectre_v2_cmd == SPECTRE_V2_CMD_IBRS && boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) {
arch/x86/kernel/cpu/bugs.c
2245
boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) {
arch/x86/kernel/cpu/common.c
113
[X86_VENDOR_INTEL] = {
arch/x86/kernel/cpu/common.c
127
X86_MATCH_FEATURE(X86_FEATURE_INTEL_PPIN, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
130
X86_MATCH_VFM(INTEL_IVYBRIDGE_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
131
X86_MATCH_VFM(INTEL_HASWELL_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
132
X86_MATCH_VFM(INTEL_BROADWELL_D, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
133
X86_MATCH_VFM(INTEL_BROADWELL_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
134
X86_MATCH_VFM(INTEL_SKYLAKE_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
135
X86_MATCH_VFM(INTEL_ICELAKE_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
136
X86_MATCH_VFM(INTEL_ICELAKE_D, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
137
X86_MATCH_VFM(INTEL_SAPPHIRERAPIDS_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
138
X86_MATCH_VFM(INTEL_EMERALDRAPIDS_X, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
139
X86_MATCH_VFM(INTEL_XEON_PHI_KNL, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
1399
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/cpu/common.c
140
X86_MATCH_VFM(INTEL_XEON_PHI_KNM, &ppin_info[X86_VENDOR_INTEL]),
arch/x86/kernel/cpu/common.c
1432
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/common.c
2260
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/cpu/intel.c
188
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/cpu/intel.c
774
.c_x86_vendor = X86_VENDOR_INTEL,
arch/x86/kernel/cpu/match.c
28
if (c->x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/mce/core.c
1596
if (m->cpuvendor == X86_VENDOR_INTEL ||
arch/x86/kernel/cpu/mce/core.c
1974
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/mce/core.c
2035
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/mce/core.c
2060
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/mce/core.c
2102
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/mce/core.c
2230
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/mce/core.c
2411
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL ||
arch/x86/kernel/cpu/mce/core.c
523
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/mce/core.c
540
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/mce/intel.c
90
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL &&
arch/x86/kernel/cpu/mce/threshold.c
76
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/microcode/core.c
187
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/microcode/core.c
223
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/microcode/core.c
282
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/microcode/core.c
893
if (c->x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
10
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0004, .platform_mask = 0x04, .driver_data = 0x2b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
100
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x2c, .steppings = 0x0004, .platform_mask = 0x03, .driver_data = 0x1f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
101
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x2d, .steppings = 0x0040, .platform_mask = 0x6d, .driver_data = 0x621 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
102
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x2d, .steppings = 0x0080, .platform_mask = 0x6d, .driver_data = 0x71a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
103
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x2e, .steppings = 0x0040, .platform_mask = 0x04, .driver_data = 0xd },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
104
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x2f, .steppings = 0x0004, .platform_mask = 0x05, .driver_data = 0x3b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
105
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x37, .steppings = 0x0100, .platform_mask = 0x02, .driver_data = 0x838 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
106
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x37, .steppings = 0x0100, .platform_mask = 0x0c, .driver_data = 0x838 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
107
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x37, .steppings = 0x0200, .platform_mask = 0x0f, .driver_data = 0x90d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
108
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3a, .steppings = 0x0200, .platform_mask = 0x12, .driver_data = 0x21 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
109
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3c, .steppings = 0x0008, .platform_mask = 0x32, .driver_data = 0x28 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
11
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .platform_mask = 0x01, .driver_data = 0x10 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
110
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3d, .steppings = 0x0010, .platform_mask = 0xc0, .driver_data = 0x2f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
111
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3e, .steppings = 0x0010, .platform_mask = 0xed, .driver_data = 0x42e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
112
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3e, .steppings = 0x0040, .platform_mask = 0xed, .driver_data = 0x600 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
113
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3e, .steppings = 0x0080, .platform_mask = 0xed, .driver_data = 0x715 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
114
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3f, .steppings = 0x0004, .platform_mask = 0x6f, .driver_data = 0x49 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
115
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x3f, .steppings = 0x0010, .platform_mask = 0x80, .driver_data = 0x1a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
116
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x45, .steppings = 0x0002, .platform_mask = 0x72, .driver_data = 0x26 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
117
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x46, .steppings = 0x0002, .platform_mask = 0x32, .driver_data = 0x1c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
118
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x47, .steppings = 0x0002, .platform_mask = 0x22, .driver_data = 0x22 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
119
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x4c, .steppings = 0x0008, .platform_mask = 0x01, .driver_data = 0x368 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
12
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .platform_mask = 0x02, .driver_data = 0xc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
120
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x4c, .steppings = 0x0010, .platform_mask = 0x01, .driver_data = 0x411 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
121
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x4d, .steppings = 0x0100, .platform_mask = 0x01, .driver_data = 0x12d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
122
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x4e, .steppings = 0x0008, .platform_mask = 0xc0, .driver_data = 0xf0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
123
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x55, .steppings = 0x0008, .platform_mask = 0x97, .driver_data = 0x1000191 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
124
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x55, .steppings = 0x0010, .platform_mask = 0xb7, .driver_data = 0x2007006 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
125
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x55, .steppings = 0x0020, .platform_mask = 0xb7, .driver_data = 0x3000010 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
126
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x55, .steppings = 0x0080, .platform_mask = 0xbf, .driver_data = 0x5003901 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
127
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x55, .steppings = 0x0800, .platform_mask = 0xbf, .driver_data = 0x7002b01 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
128
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x56, .steppings = 0x0004, .platform_mask = 0x10, .driver_data = 0x1c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
129
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x56, .steppings = 0x0008, .platform_mask = 0x10, .driver_data = 0x700001c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
13
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .platform_mask = 0x04, .driver_data = 0xb },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
130
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x56, .steppings = 0x0010, .platform_mask = 0x10, .driver_data = 0xf00001a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
131
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x56, .steppings = 0x0020, .platform_mask = 0x10, .driver_data = 0xe000015 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
132
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x5c, .steppings = 0x0004, .platform_mask = 0x01, .driver_data = 0x14 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
133
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x5c, .steppings = 0x0200, .platform_mask = 0x03, .driver_data = 0x48 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
134
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x5c, .steppings = 0x0400, .platform_mask = 0x03, .driver_data = 0x28 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
135
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x5e, .steppings = 0x0008, .platform_mask = 0x36, .driver_data = 0xf0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
136
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x5f, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0x3e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
137
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x66, .steppings = 0x0008, .platform_mask = 0x80, .driver_data = 0x2a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
138
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x6a, .steppings = 0x0020, .platform_mask = 0x87, .driver_data = 0xc0002f0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
139
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x6a, .steppings = 0x0040, .platform_mask = 0x87, .driver_data = 0xd000410 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
14
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0008, .platform_mask = 0x08, .driver_data = 0xd },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
140
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x6c, .steppings = 0x0002, .platform_mask = 0x10, .driver_data = 0x10002e0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
141
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x7a, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0x42 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
142
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x7a, .steppings = 0x0100, .platform_mask = 0x01, .driver_data = 0x26 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
143
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x7e, .steppings = 0x0020, .platform_mask = 0x80, .driver_data = 0xca },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
144
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8a, .steppings = 0x0002, .platform_mask = 0x10, .driver_data = 0x33 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
145
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8c, .steppings = 0x0002, .platform_mask = 0x80, .driver_data = 0xbc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
146
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8c, .steppings = 0x0004, .platform_mask = 0xc2, .driver_data = 0x3c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
147
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8d, .steppings = 0x0002, .platform_mask = 0xc2, .driver_data = 0x56 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
148
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8e, .steppings = 0x0200, .platform_mask = 0x10, .driver_data = 0xf6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
149
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8e, .steppings = 0x0200, .platform_mask = 0xc0, .driver_data = 0xf6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
15
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0001, .platform_mask = 0x01, .driver_data = 0xa },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
150
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8e, .steppings = 0x0400, .platform_mask = 0xc0, .driver_data = 0xf6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
151
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8e, .steppings = 0x0800, .platform_mask = 0xd0, .driver_data = 0xf6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
152
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8e, .steppings = 0x1000, .platform_mask = 0x94, .driver_data = 0x100 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
153
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0010, .platform_mask = 0x10, .driver_data = 0x2c000410 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
154
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0010, .platform_mask = 0x87, .driver_data = 0x2b000650 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
155
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0020, .platform_mask = 0x10, .driver_data = 0x2c000410 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
156
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0020, .platform_mask = 0x87, .driver_data = 0x2b000650 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
157
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0040, .platform_mask = 0x10, .driver_data = 0x2c000410 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
158
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0040, .platform_mask = 0x87, .driver_data = 0x2b000650 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
159
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0080, .platform_mask = 0x87, .driver_data = 0x2b000650 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
16
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0020, .platform_mask = 0x10, .driver_data = 0x3 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
160
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0100, .platform_mask = 0x10, .driver_data = 0x2c000410 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
161
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x8f, .steppings = 0x0100, .platform_mask = 0x87, .driver_data = 0x2b000650 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
162
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x96, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0x1a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
163
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x97, .steppings = 0x0004, .platform_mask = 0x07, .driver_data = 0x3d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
164
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x97, .steppings = 0x0020, .platform_mask = 0x07, .driver_data = 0x3d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
165
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9a, .steppings = 0x0008, .platform_mask = 0x80, .driver_data = 0x43a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
166
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9a, .steppings = 0x0010, .platform_mask = 0x40, .driver_data = 0xb },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
167
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9a, .steppings = 0x0010, .platform_mask = 0x80, .driver_data = 0x43a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
168
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9c, .steppings = 0x0001, .platform_mask = 0x01, .driver_data = 0x24000026 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
169
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9e, .steppings = 0x0200, .platform_mask = 0x2a, .driver_data = 0xf8 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
17
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0400, .platform_mask = 0x02, .driver_data = 0xc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
170
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9e, .steppings = 0x0400, .platform_mask = 0x22, .driver_data = 0xfa },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
171
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9e, .steppings = 0x0800, .platform_mask = 0x02, .driver_data = 0xf6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
172
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9e, .steppings = 0x1000, .platform_mask = 0x22, .driver_data = 0xf8 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
173
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x9e, .steppings = 0x2000, .platform_mask = 0x22, .driver_data = 0x104 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
174
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xa5, .steppings = 0x0004, .platform_mask = 0x20, .driver_data = 0x100 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
175
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xa5, .steppings = 0x0008, .platform_mask = 0x22, .driver_data = 0x100 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
176
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xa5, .steppings = 0x0020, .platform_mask = 0x22, .driver_data = 0x100 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
177
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xa6, .steppings = 0x0001, .platform_mask = 0x80, .driver_data = 0x102 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
178
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xa6, .steppings = 0x0002, .platform_mask = 0x80, .driver_data = 0x100 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
179
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xa7, .steppings = 0x0002, .platform_mask = 0x02, .driver_data = 0x64 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
18
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0400, .platform_mask = 0x08, .driver_data = 0xd },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
180
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xaa, .steppings = 0x0010, .platform_mask = 0xe6, .driver_data = 0x25 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
181
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xad, .steppings = 0x0002, .platform_mask = 0x20, .driver_data = 0xa000124 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
182
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xad, .steppings = 0x0002, .platform_mask = 0x95, .driver_data = 0x10003f0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
183
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xae, .steppings = 0x0002, .platform_mask = 0x97, .driver_data = 0x1000273 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
184
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xaf, .steppings = 0x0008, .platform_mask = 0x01, .driver_data = 0x3000382 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
185
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xb5, .steppings = 0x0001, .platform_mask = 0x80, .driver_data = 0xa },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
186
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xb7, .steppings = 0x0002, .platform_mask = 0x32, .driver_data = 0x132 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
187
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xb7, .steppings = 0x0010, .platform_mask = 0x32, .driver_data = 0x132 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
188
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xba, .steppings = 0x0004, .platform_mask = 0xe0, .driver_data = 0x6133 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
189
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xba, .steppings = 0x0008, .platform_mask = 0xe0, .driver_data = 0x6133 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
19
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x0400, .platform_mask = 0x20, .driver_data = 0xb },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
190
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xba, .steppings = 0x0100, .platform_mask = 0xe0, .driver_data = 0x6133 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
191
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xbd, .steppings = 0x0002, .platform_mask = 0x80, .driver_data = 0x125 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
192
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xbe, .steppings = 0x0001, .platform_mask = 0x19, .driver_data = 0x1e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
193
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xbf, .steppings = 0x0004, .platform_mask = 0x07, .driver_data = 0x3d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
194
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xbf, .steppings = 0x0020, .platform_mask = 0x07, .driver_data = 0x3d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
195
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xbf, .steppings = 0x0040, .platform_mask = 0x07, .driver_data = 0x3d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
196
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xbf, .steppings = 0x0080, .platform_mask = 0x07, .driver_data = 0x3d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
197
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xc5, .steppings = 0x0004, .platform_mask = 0x82, .driver_data = 0x11a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
198
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xc6, .steppings = 0x0004, .platform_mask = 0x82, .driver_data = 0x11a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
199
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xc6, .steppings = 0x0010, .platform_mask = 0x82, .driver_data = 0x11a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
20
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x2000, .platform_mask = 0x02, .driver_data = 0x5 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
200
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xca, .steppings = 0x0004, .platform_mask = 0x82, .driver_data = 0x11a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
201
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xcf, .steppings = 0x0002, .platform_mask = 0x87, .driver_data = 0x210002c0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
202
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0xcf, .steppings = 0x0004, .platform_mask = 0x87, .driver_data = 0x210002c0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
203
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x00, .steppings = 0x0080, .platform_mask = 0x01, .driver_data = 0x12 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
204
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x00, .steppings = 0x0080, .platform_mask = 0x02, .driver_data = 0x8 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
205
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x00, .steppings = 0x0400, .platform_mask = 0x01, .driver_data = 0x13 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
206
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x00, .steppings = 0x0400, .platform_mask = 0x02, .driver_data = 0x15 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
207
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x00, .steppings = 0x0400, .platform_mask = 0x04, .driver_data = 0x14 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
208
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x01, .steppings = 0x0004, .platform_mask = 0x04, .driver_data = 0x2e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
209
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0010, .platform_mask = 0x02, .driver_data = 0x1f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
21
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x2000, .platform_mask = 0x08, .driver_data = 0x6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
210
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0010, .platform_mask = 0x04, .driver_data = 0x1e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
211
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0010, .platform_mask = 0x10, .driver_data = 0x21 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
212
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0020, .platform_mask = 0x01, .driver_data = 0x29 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
213
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0020, .platform_mask = 0x02, .driver_data = 0x2a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
214
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0020, .platform_mask = 0x04, .driver_data = 0x2b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
215
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0020, .platform_mask = 0x10, .driver_data = 0x2c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
216
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0040, .platform_mask = 0x02, .driver_data = 0x10 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
217
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0080, .platform_mask = 0x02, .driver_data = 0x38 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
218
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0080, .platform_mask = 0x04, .driver_data = 0x37 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
219
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0080, .platform_mask = 0x08, .driver_data = 0x39 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
22
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x06, .steppings = 0x2000, .platform_mask = 0x20, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
220
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0200, .platform_mask = 0x02, .driver_data = 0x2d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
221
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0200, .platform_mask = 0x04, .driver_data = 0x2e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
222
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x02, .steppings = 0x0200, .platform_mask = 0x08, .driver_data = 0x2f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
223
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x03, .steppings = 0x0004, .platform_mask = 0x0d, .driver_data = 0xa },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
224
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x03, .steppings = 0x0008, .platform_mask = 0x0d, .driver_data = 0xc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
225
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x03, .steppings = 0x0010, .platform_mask = 0x1d, .driver_data = 0x17 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
226
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0002, .platform_mask = 0x02, .driver_data = 0x16 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
227
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0002, .platform_mask = 0xbd, .driver_data = 0x17 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
228
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0008, .platform_mask = 0x9d, .driver_data = 0x5 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
229
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0010, .platform_mask = 0x9d, .driver_data = 0x6 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
23
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x07, .steppings = 0x0002, .platform_mask = 0x04, .driver_data = 0x14 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
230
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0080, .platform_mask = 0x9d, .driver_data = 0x3 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
231
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0100, .platform_mask = 0x01, .driver_data = 0xc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
232
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0100, .platform_mask = 0x02, .driver_data = 0xe },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
233
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0100, .platform_mask = 0x5f, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
234
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0200, .platform_mask = 0xbd, .driver_data = 0x3 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
235
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0400, .platform_mask = 0x5c, .driver_data = 0x4 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
236
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x04, .steppings = 0x0400, .platform_mask = 0x5d, .driver_data = 0x2 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
237
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x06, .steppings = 0x0004, .platform_mask = 0x04, .driver_data = 0xf },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
238
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x06, .steppings = 0x0010, .platform_mask = 0x01, .driver_data = 0x2 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
239
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x06, .steppings = 0x0010, .platform_mask = 0x34, .driver_data = 0x4 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
24
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x07, .steppings = 0x0004, .platform_mask = 0x04, .driver_data = 0x38 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
240
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x06, .steppings = 0x0020, .platform_mask = 0x01, .driver_data = 0x8 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
241
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0xf, .model = 0x06, .steppings = 0x0100, .platform_mask = 0x22, .driver_data = 0x9 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
25
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x07, .steppings = 0x0008, .platform_mask = 0x04, .driver_data = 0x2e },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
26
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0xd },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
27
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0002, .platform_mask = 0x04, .driver_data = 0x10 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
28
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0002, .platform_mask = 0x08, .driver_data = 0xf },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
29
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0002, .platform_mask = 0x10, .driver_data = 0x11 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
3
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x03, .steppings = 0x0004, .platform_mask = 0x00, .driver_data = 0x2 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
30
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0002, .platform_mask = 0x20, .driver_data = 0xe },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
31
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0008, .platform_mask = 0x08, .driver_data = 0x8 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
32
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0008, .platform_mask = 0x20, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
33
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0040, .platform_mask = 0x01, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
34
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0040, .platform_mask = 0x02, .driver_data = 0xa },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
35
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0040, .platform_mask = 0x04, .driver_data = 0x2 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
36
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0040, .platform_mask = 0x10, .driver_data = 0x8 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
37
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0040, .platform_mask = 0x80, .driver_data = 0xc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
38
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0400, .platform_mask = 0x10, .driver_data = 0x1 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
39
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0400, .platform_mask = 0x20, .driver_data = 0x4 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
4
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0001, .platform_mask = 0x01, .driver_data = 0x40 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
40
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x08, .steppings = 0x0400, .platform_mask = 0x80, .driver_data = 0x5 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
41
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x09, .steppings = 0x0020, .platform_mask = 0x10, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
42
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x09, .steppings = 0x0020, .platform_mask = 0x20, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
43
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x09, .steppings = 0x0020, .platform_mask = 0x80, .driver_data = 0x47 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
44
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0a, .steppings = 0x0001, .platform_mask = 0x04, .driver_data = 0x3 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
45
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0a, .steppings = 0x0002, .platform_mask = 0x04, .driver_data = 0x1 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
46
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0b, .steppings = 0x0002, .platform_mask = 0x10, .driver_data = 0x1c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
47
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0b, .steppings = 0x0002, .platform_mask = 0x20, .driver_data = 0x1d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
48
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0b, .steppings = 0x0010, .platform_mask = 0x10, .driver_data = 0x1 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
49
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0b, .steppings = 0x0010, .platform_mask = 0x20, .driver_data = 0x2 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
5
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0001, .platform_mask = 0x02, .driver_data = 0x41 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
50
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0d, .steppings = 0x0040, .platform_mask = 0x20, .driver_data = 0x18 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
51
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0e, .steppings = 0x0100, .platform_mask = 0x20, .driver_data = 0x39 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
52
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0e, .steppings = 0x1000, .platform_mask = 0x20, .driver_data = 0x54 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
53
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0e, .steppings = 0x1000, .platform_mask = 0x80, .driver_data = 0x59 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
54
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0004, .platform_mask = 0x01, .driver_data = 0x5d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
55
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0004, .platform_mask = 0x20, .driver_data = 0x5c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
56
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0040, .platform_mask = 0x01, .driver_data = 0xd0 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
57
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0040, .platform_mask = 0x04, .driver_data = 0xd2 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
58
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0040, .platform_mask = 0x20, .driver_data = 0xd1 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
59
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0080, .platform_mask = 0x10, .driver_data = 0x6a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
6
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0001, .platform_mask = 0x08, .driver_data = 0x45 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
60
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0080, .platform_mask = 0x40, .driver_data = 0x6b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
61
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0400, .platform_mask = 0x80, .driver_data = 0x95 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
62
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x01, .driver_data = 0xba },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
63
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x04, .driver_data = 0xbc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
64
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x08, .driver_data = 0xbb },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
65
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x10, .driver_data = 0xba },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
66
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x20, .driver_data = 0xba },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
67
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x40, .driver_data = 0xbc },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
68
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x0800, .platform_mask = 0x80, .driver_data = 0xba },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
69
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x2000, .platform_mask = 0x01, .driver_data = 0xa4 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
7
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0x40 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
70
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x2000, .platform_mask = 0x20, .driver_data = 0xa4 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
71
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x0f, .steppings = 0x2000, .platform_mask = 0x80, .driver_data = 0xa4 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
72
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x16, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0x43 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
73
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x16, .steppings = 0x0002, .platform_mask = 0x02, .driver_data = 0x42 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
74
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x16, .steppings = 0x0002, .platform_mask = 0x80, .driver_data = 0x44 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
75
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0040, .platform_mask = 0x01, .driver_data = 0x60f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
76
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0040, .platform_mask = 0x04, .driver_data = 0x60f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
77
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0040, .platform_mask = 0x10, .driver_data = 0x60f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
78
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0040, .platform_mask = 0x40, .driver_data = 0x60f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
79
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0040, .platform_mask = 0x80, .driver_data = 0x60f },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
8
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0004, .platform_mask = 0x01, .driver_data = 0x2a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
80
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0080, .platform_mask = 0x10, .driver_data = 0x70a },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
81
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0400, .platform_mask = 0x11, .driver_data = 0xa0b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
82
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0400, .platform_mask = 0x44, .driver_data = 0xa0b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
83
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x17, .steppings = 0x0400, .platform_mask = 0xa0, .driver_data = 0xa0b },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
84
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1a, .steppings = 0x0010, .platform_mask = 0x03, .driver_data = 0x12 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
85
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1a, .steppings = 0x0020, .platform_mask = 0x03, .driver_data = 0x1d },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
86
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0004, .platform_mask = 0x01, .driver_data = 0x217 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
87
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0004, .platform_mask = 0x04, .driver_data = 0x218 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
88
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0004, .platform_mask = 0x08, .driver_data = 0x219 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
89
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0400, .platform_mask = 0x01, .driver_data = 0x107 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
9
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x05, .steppings = 0x0004, .platform_mask = 0x02, .driver_data = 0x2c },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
90
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0400, .platform_mask = 0x04, .driver_data = 0x107 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
91
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0400, .platform_mask = 0x08, .driver_data = 0x107 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
92
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1c, .steppings = 0x0400, .platform_mask = 0x10, .driver_data = 0x107 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
93
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1d, .steppings = 0x0002, .platform_mask = 0x08, .driver_data = 0x29 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
94
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x1e, .steppings = 0x0020, .platform_mask = 0x13, .driver_data = 0xa },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
95
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x25, .steppings = 0x0004, .platform_mask = 0x12, .driver_data = 0x11 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
96
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x25, .steppings = 0x0020, .platform_mask = 0x92, .driver_data = 0x7 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
97
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x26, .steppings = 0x0002, .platform_mask = 0x01, .driver_data = 0x104 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
98
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x26, .steppings = 0x0002, .platform_mask = 0x02, .driver_data = 0x105 },
arch/x86/kernel/cpu/microcode/intel-ucode-defs.h
99
{ .flags = X86_CPU_ID_FLAG_ENTRY_VALID, .vendor = X86_VENDOR_INTEL, .family = 0x6, .model = 0x2a, .steppings = 0x0080, .platform_mask = 0x12, .driver_data = 0x2f },
arch/x86/kernel/cpu/microcode/intel.c
1038
if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6 ||
arch/x86/kernel/cpu/microcode/intel.c
772
if (microcode_loader_disabled() || boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/cpu/microcode/internal.h
84
return X86_VENDOR_INTEL;
arch/x86/kernel/cpu/perfctr-watchdog.c
54
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/perfctr-watchdog.c
87
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/resctrl/core.c
1010
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/resctrl/core.c
1066
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/resctrl/core.c
282
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/resctrl/core.c
903
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
arch/x86/kernel/cpu/resctrl/monitor.c
388
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/cpu/resctrl/pseudo_lock.c
63
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL ||
arch/x86/kernel/cpu/topology_common.c
168
case X86_VENDOR_INTEL:
arch/x86/kernel/cpu/topology_common.c
37
if (c->x86_vendor == X86_VENDOR_INTEL) {
arch/x86/kernel/hpet.c
918
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/process.c
348
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) {
arch/x86/kernel/smpboot.c
832
if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL && boot_cpu_data.x86_vfm >= INTEL_PENTIUM_PRO) ||
arch/x86/kernel/tsc.c
1273
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL) {
arch/x86/kernel/tsc.c
657
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kernel/tsc.c
730
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/kvm/pmu.c
123
bool is_intel = boot_cpu_data.x86_vendor == X86_VENDOR_INTEL;
arch/x86/mm/cpu_entry_area.c
111
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
arch/x86/xen/pmu.c
152
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL &&
arch/x86/xen/pmu.c
369
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
drivers/acpi/acpi_pad.c
71
case X86_VENDOR_INTEL:
drivers/acpi/processor_idle.c
198
case X86_VENDOR_INTEL:
drivers/acpi/processor_idle.c
536
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
drivers/acpi/processor_throttling.c
705
if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) ||
drivers/acpi/processor_throttling.c
725
if ((this_cpu_read(cpu_info.x86_vendor) != X86_VENDOR_INTEL) ||
drivers/cpufreq/acpi-cpufreq.c
606
if (c->x86_vendor == X86_VENDOR_INTEL) {
drivers/cpufreq/acpi-cpufreq.c
79
case X86_VENDOR_INTEL:
drivers/cpufreq/acpi-cpufreq.c
98
case X86_VENDOR_INTEL:
drivers/cpufreq/cpufreq_ondemand.h
44
return (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL &&
drivers/cpufreq/intel_pstate.c
3770
if (boot_cpu_data.x86_vendor != X86_VENDOR_INTEL)
drivers/cpufreq/speedstep-centrino.c
352
if (cpu->x86_vendor != X86_VENDOR_INTEL ||
drivers/cpufreq/speedstep-lib.c
262
if ((c->x86_vendor != X86_VENDOR_INTEL) ||
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1324
if (c->x86_vendor == X86_VENDOR_INTEL)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1352
if (c->x86_vendor == X86_VENDOR_INTEL) {
drivers/hwmon/hwmon-vid.c
200
{X86_VENDOR_INTEL, 0x6, 0x0, 0x6, ANY, 82}, /* Pentium Pro,
drivers/hwmon/hwmon-vid.c
204
{X86_VENDOR_INTEL, 0x6, 0x7, 0x7, ANY, 84}, /* Pentium III, Xeon */
drivers/hwmon/hwmon-vid.c
205
{X86_VENDOR_INTEL, 0x6, 0x8, 0x8, ANY, 82}, /* Pentium III, Xeon */
drivers/hwmon/hwmon-vid.c
206
{X86_VENDOR_INTEL, 0x6, 0x9, 0x9, ANY, 13}, /* Pentium M (130 nm) */
drivers/hwmon/hwmon-vid.c
207
{X86_VENDOR_INTEL, 0x6, 0xA, 0xA, ANY, 82}, /* Pentium III Xeon */
drivers/hwmon/hwmon-vid.c
208
{X86_VENDOR_INTEL, 0x6, 0xB, 0xB, ANY, 85}, /* Tualatin */
drivers/hwmon/hwmon-vid.c
209
{X86_VENDOR_INTEL, 0x6, 0xD, 0xD, ANY, 13}, /* Pentium M (90 nm) */
drivers/hwmon/hwmon-vid.c
210
{X86_VENDOR_INTEL, 0x6, 0xE, 0xE, ANY, 14}, /* Intel Core (65 nm) */
drivers/hwmon/hwmon-vid.c
211
{X86_VENDOR_INTEL, 0x6, 0xF, ANY, ANY, 110}, /* Intel Conroe and
drivers/hwmon/hwmon-vid.c
213
{X86_VENDOR_INTEL, 0xF, 0x0, 0x0, ANY, 90}, /* P4 */
drivers/hwmon/hwmon-vid.c
214
{X86_VENDOR_INTEL, 0xF, 0x1, 0x1, ANY, 90}, /* P4 Willamette */
drivers/hwmon/hwmon-vid.c
215
{X86_VENDOR_INTEL, 0xF, 0x2, 0x2, ANY, 90}, /* P4 Northwood */
drivers/hwmon/hwmon-vid.c
216
{X86_VENDOR_INTEL, 0xF, 0x3, ANY, ANY, 100}, /* Prescott and above
drivers/powercap/intel_rapl_msr.c
494
case X86_VENDOR_INTEL:
drivers/ras/cec.c
570
if (boot_cpu_data.x86_vendor == X86_VENDOR_INTEL)
drivers/rtc/rtc-cmos.c
829
case X86_VENDOR_INTEL:
drivers/scsi/lpfc/lpfc_attr.c
5682
case X86_VENDOR_INTEL:
tools/power/cpupower/utils/cpufreq-info.c
227
cpupower_cpu_info.vendor == X86_VENDOR_INTEL)
tools/power/cpupower/utils/cpupower-set.c
125
if (cpupower_cpu_info.vendor == X86_VENDOR_INTEL)
tools/power/cpupower/utils/helpers/cpuid.c
113
cpu_info->vendor != X86_VENDOR_INTEL)
tools/power/cpupower/utils/helpers/cpuid.c
167
if (cpu_info->vendor == X86_VENDOR_INTEL) {
tools/power/cpupower/utils/helpers/cpuid.c
173
if (cpu_info->vendor == X86_VENDOR_INTEL) {
tools/power/cpupower/utils/idle_monitor/hsw_ext_idle.c
150
if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL
tools/power/cpupower/utils/idle_monitor/mperf_monitor.c
300
} else if (cpupower_cpu_info.vendor == X86_VENDOR_INTEL) {
tools/power/cpupower/utils/idle_monitor/nhm_idle.c
170
if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL)
tools/power/cpupower/utils/idle_monitor/snb_idle.c
148
if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL