arch/um/include/asm/cpufeature.h
138
boot_cpu_data.x86_model
arch/x86/events/amd/ibs.c
1096
if (boot_cpu_data.x86 != 0x19 || boot_cpu_data.x86_model > 0xF ||
arch/x86/events/amd/ibs.c
1162
(boot_cpu_data.x86_model <= 0xF ||
arch/x86/events/amd/ibs.c
1163
(boot_cpu_data.x86_model >= 0x20 &&
arch/x86/events/amd/ibs.c
1164
boot_cpu_data.x86_model <= 0x5F))) {
arch/x86/events/amd/ibs.c
1262
if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model <= 0xF &&
arch/x86/events/amd/ibs.c
1641
if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model < 0x10)
arch/x86/events/intel/core.c
7889
boot_cpu_data.x86, boot_cpu_data.x86_model);
arch/x86/events/intel/p4.c
1379
boot_cpu_data.x86_model);
arch/x86/events/zhaoxin/core.c
550
if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) ||
arch/x86/events/zhaoxin/core.c
551
boot_cpu_data.x86_model == 0x19) {
arch/x86/events/zhaoxin/core.c
576
switch (boot_cpu_data.x86_model) {
arch/x86/include/asm/acpi.h
101
boot_cpu_data.x86_model <= 0x05 &&
arch/x86/include/asm/amd/nb.h
58
(boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model < 0x10))
arch/x86/include/asm/cpu.h
25
unsigned int x86_model(unsigned int sig);
arch/x86/include/asm/cpufeature.h
138
boot_cpu_data.x86_model
arch/x86/include/asm/geode.h
18
(boot_cpu_data.x86_model == 5));
arch/x86/include/asm/geode.h
25
(boot_cpu_data.x86_model == 10));
arch/x86/include/asm/processor.h
132
__u8 x86_model;
arch/x86/kernel/acpi/cppc.c
265
switch (boot_cpu_data.x86_model) {
arch/x86/kernel/acpi/cppc.c
32
if (boot_cpu_data.x86 == 0x19 && ((boot_cpu_data.x86_model <= 0x0f) ||
arch/x86/kernel/acpi/cppc.c
33
(boot_cpu_data.x86_model >= 0x20 && boot_cpu_data.x86_model <= 0x2f)))
arch/x86/kernel/acpi/cppc.c
36
boot_cpu_data.x86_model >= 0x30 && boot_cpu_data.x86_model <= 0x7f)
arch/x86/kernel/acpi/cstate.c
59
if (c->x86 > 6 || (c->x86 == 6 && c->x86_model == 0x0f &&
arch/x86/kernel/amd_nb.c
104
boot_cpu_data.x86_model >= 0x8 &&
arch/x86/kernel/amd_nb.c
105
(boot_cpu_data.x86_model > 0x9 ||
arch/x86/kernel/apic/apic.c
2024
if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) ||
arch/x86/kernel/asm-offsets.c
38
OFFSET(CPUINFO_x86_model, cpuinfo_x86, x86_model);
arch/x86/kernel/cpu/amd.c
1020
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
106
if (c->x86_model == 9 || c->x86_model == 10) {
arch/x86/kernel/cpu/amd.c
1178
if (c->x86_model == 3 && c->x86_stepping == 0)
arch/x86/kernel/cpu/amd.c
1181
if (c->x86_model == 4 &&
arch/x86/kernel/cpu/amd.c
119
if (c->x86_model < 6) {
arch/x86/kernel/cpu/amd.c
121
if (c->x86_model == 0) {
arch/x86/kernel/cpu/amd.c
1226
if (c->x86 == 0x15 && c->x86_model <= 0x1f) {
arch/x86/kernel/cpu/amd.c
128
if (c->x86_model == 6 && c->x86_stepping == 1) {
arch/x86/kernel/cpu/amd.c
157
if (c->x86_model < 8 ||
arch/x86/kernel/cpu/amd.c
158
(c->x86_model == 8 && c->x86_stepping < 8)) {
arch/x86/kernel/cpu/amd.c
177
if ((c->x86_model == 8 && c->x86_stepping > 7) ||
arch/x86/kernel/cpu/amd.c
178
c->x86_model == 9 || c->x86_model == 13) {
arch/x86/kernel/cpu/amd.c
199
if (c->x86_model == 10) {
arch/x86/kernel/cpu/amd.c
217
if (c->x86_model >= 6 && c->x86_model <= 10) {
arch/x86/kernel/cpu/amd.c
230
if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) {
arch/x86/kernel/cpu/amd.c
248
if ((c->x86_model == 6) && ((c->x86_stepping == 0) ||
arch/x86/kernel/cpu/amd.c
253
if ((c->x86_model == 7) && (c->x86_stepping == 0))
arch/x86/kernel/cpu/amd.c
263
if (((c->x86_model == 6) && (c->x86_stepping >= 2)) ||
arch/x86/kernel/cpu/amd.c
264
((c->x86_model == 7) && (c->x86_stepping >= 1)) ||
arch/x86/kernel/cpu/amd.c
265
(c->x86_model > 7))
arch/x86/kernel/cpu/amd.c
428
(c->x86 == 0x10 && c->x86_model >= 0x2)) {
arch/x86/kernel/cpu/amd.c
482
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
499
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
514
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
543
WARN_ONCE(1, "Family 0x%x, model: 0x%x??\n", c->x86, c->x86_model);
arch/x86/kernel/cpu/amd.c
646
if (c->x86_model == 13 || c->x86_model == 9 ||
arch/x86/kernel/cpu/amd.c
647
(c->x86_model == 8 && c->x86_stepping >= 8))
arch/x86/kernel/cpu/amd.c
679
if (c->x86 == 0x16 && c->x86_model <= 0xf)
arch/x86/kernel/cpu/amd.c
709
if (c->x86_model < 0x14 && cpu_has(c, X86_FEATURE_LAHF_LM) && !cpu_has(c, X86_FEATURE_HYPERVISOR)) {
arch/x86/kernel/cpu/amd.c
738
if (c->x86_model > 0x41 ||
arch/x86/kernel/cpu/amd.c
739
(c->x86_model == 0x41 && c->x86_stepping >= 0x2))
arch/x86/kernel/cpu/amd.c
782
if (c->x86_model > 0x2 ||
arch/x86/kernel/cpu/amd.c
783
(c->x86_model == 0x2 && c->x86_stepping >= 0x1))
arch/x86/kernel/cpu/amd.c
862
if ((c->x86_model >= 0x02) && (c->x86_model < 0x20)) {
arch/x86/kernel/cpu/amd.c
944
if (c->x86_model < 0x30) {
arch/x86/kernel/cpu/amd.c
985
if (c->x86_model == 0x47 && c->x86_stepping == 0x0) {
arch/x86/kernel/cpu/cacheinfo.c
320
} else if (c->x86 == 0x17 && c->x86_model <= 0x1F) {
arch/x86/kernel/cpu/centaur.c
102
if ((c->x86 == 6 && c->x86_model >= 0xf) ||
arch/x86/kernel/cpu/centaur.c
138
switch (c->x86_model) {
arch/x86/kernel/cpu/centaur.c
187
if (c->x86_model >= 8)
arch/x86/kernel/cpu/centaur.c
213
if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8)))
arch/x86/kernel/cpu/centaur.c
221
if ((c->x86 == 6) && (c->x86_model == 9) &&
arch/x86/kernel/cpu/centaur.c
54
if (c->x86_model >= 6 && c->x86_model <= 13) {
arch/x86/kernel/cpu/centaur.c
62
if (c->x86_model >= 6 && c->x86_model < 9)
arch/x86/kernel/cpu/centaur.c
65
if (c->x86 == 0x6 && c->x86_model >= 0xf) {
arch/x86/kernel/cpu/common.c
2006
c->x86_model = c->x86_stepping = 0; /* So far unknown... */
arch/x86/kernel/cpu/common.c
2084
c->x86, c->x86_model);
arch/x86/kernel/cpu/common.c
2209
pr_cont(" (family: 0x%x, model: 0x%x", c->x86, c->x86_model);
arch/x86/kernel/cpu/common.c
736
if (c->x86_model >= 16)
arch/x86/kernel/cpu/common.c
746
return info->model_names[c->x86_model];
arch/x86/kernel/cpu/common.c
958
c->x86_model = x86_model(tfms);
arch/x86/kernel/cpu/cyrix.c
212
c->x86_model = (dir1 >> 4) + 1;
arch/x86/kernel/cpu/cyrix.c
244
(c->x86_model)++;
arch/x86/kernel/cpu/cyrix.c
309
c->x86_model = (dir1 & 0x20) ? 1 : 2;
arch/x86/kernel/cpu/cyrix.c
326
(c->x86_model)++;
arch/x86/kernel/cpu/cyrix.c
375
if (c->x86 == 5 && c->x86_model == 5)
arch/x86/kernel/cpu/intel.c
578
switch (c->x86_model) {
arch/x86/kernel/cpu/match.c
74
if (m->model != X86_MODEL_ANY && c->x86_model != m->model)
arch/x86/kernel/cpu/mce/amd.c
611
c->x86_model == 0x50 &&
arch/x86/kernel/cpu/mce/amd.c
619
c->x86_model >= 0x10 && c->x86_model <= 0x2F &&
arch/x86/kernel/cpu/mce/amd.c
650
(c->x86_model >= 0x10 && c->x86_model <= 0x2F)) {
arch/x86/kernel/cpu/mce/core.c
1918
if (c->x86 == 0x15 && c->x86_model <= 0xf)
arch/x86/kernel/cpu/mce/core.c
1962
if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) {
arch/x86/kernel/cpu/mce/core.c
1997
if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) ||
arch/x86/kernel/cpu/mce/core.c
2017
if ((c->x86 == 7 && c->x86_model == 0x1b) ||
arch/x86/kernel/cpu/mce/core.c
2018
(c->x86_model == 0x19 || c->x86_model == 0x1f)) {
arch/x86/kernel/cpu/microcode/amd.c
249
unsigned int model = x86_model(bsp_cpuid_1_eax);
arch/x86/kernel/cpu/microcode/intel.c
133
u32 model = x86_model(eax);
arch/x86/kernel/cpu/microcode/intel.c
733
x86_family(eax), x86_model(eax), x86_stepping(eax));
arch/x86/kernel/cpu/microcode/intel.c
979
c->x86, c->x86_model, c->x86_stepping);
arch/x86/kernel/cpu/proc.c
78
c->x86_model,
arch/x86/kernel/cpu/resctrl/core.c
200
boot_cpu_data.x86, boot_cpu_data.x86_model);
arch/x86/kernel/cpu/topology_amd.c
120
if (!boot_cpu_has(X86_FEATURE_HYPERVISOR) && tscan->c->x86_model <= 0x3) {
arch/x86/kernel/cpu/topology_amd.c
164
c->x86 != 0x15 || c->x86_model < 0x10 || c->x86_model > 0x6f)
arch/x86/kernel/mpparse.c
386
(boot_cpu_data.x86_model << 4) | boot_cpu_data.x86_stepping;
arch/x86/kvm/cpuid.h
167
return x86_model(best->eax);
arch/x86/kvm/cpuid.h
172
return boot_cpu_data.x86_model == guest_cpuid_model(vcpu);
arch/x86/lib/cpu.c
32
EXPORT_SYMBOL_GPL(x86_model);
arch/x86/mm/fault.c
120
c->x86 == 0xf && c->x86_model < 0x40);
drivers/acpi/processor_perflib.c
296
if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) ||
drivers/char/hw_random/via-rng.c
138
if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){
drivers/char/hw_random/via-rng.c
165
if ((c->x86_model == 9) && (c->x86_stepping > 7))
drivers/char/hw_random/via-rng.c
169
if (c->x86_model >= 10)
drivers/cpufreq/acpi-cpufreq.c
608
(c->x86_model == 6) &&
drivers/cpufreq/amd-pstate.c
2178
if ((boot_cpu_data.x86 == 0x17) && (boot_cpu_data.x86_model < 0x30)) {
drivers/cpufreq/amd-pstate.c
2198
switch (c->x86_model) {
drivers/cpufreq/amd-pstate.c
2206
switch (c->x86_model) {
drivers/cpufreq/e_powersaver.c
196
switch (c->x86_model) {
drivers/cpufreq/e_powersaver.c
390
if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10)
drivers/cpufreq/longhaul.c
767
switch (c->x86_model) {
drivers/cpufreq/longhaul.c
939
switch (c->x86_model) {
drivers/cpufreq/p4-clockmod.c
123
switch (c->x86_model) {
drivers/cpufreq/p4-clockmod.c
166
cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping;
drivers/cpufreq/p4-clockmod.c
177
c->x86_model < 2) {
drivers/cpufreq/powernow-k7.c
135
if ((c->x86_model == 6) && (c->x86_stepping == 0)) {
drivers/cpufreq/speedstep-centrino.c
280
(c->x86_model == x->x86_model) &&
drivers/cpufreq/speedstep-centrino.c
40
__u8 x86_model; /* model */
drivers/cpufreq/speedstep-lib.c
187
if (c->x86_model < 2)
drivers/cpufreq/speedstep-lib.c
260
pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model);
drivers/cpufreq/speedstep-lib.c
269
if (c->x86_model != 2)
drivers/cpufreq/speedstep-lib.c
325
switch (c->x86_model) {
drivers/crypto/ccp/sev-dev.c
1931
boot_cpu_data.x86, boot_cpu_data.x86_model);
drivers/crypto/ccp/sev-dev.c
1935
boot_cpu_data.x86, (boot_cpu_data.x86_model & 0xf0) >> 4);
drivers/crypto/padlock-aes.c
507
if (c->x86 == 6 && c->x86_model == 15 && c->x86_stepping == 2) {
drivers/crypto/padlock-sha.c
344
if (c->x86_model < 0x0f) {
drivers/crypto/padlock-sha.c
376
if (c->x86_model >= 0x0f) {
drivers/edac/amd64_edac.c
3766
pvt->ext_model = boot_cpu_data.x86_model >> 4;
drivers/edac/amd64_edac.c
3768
pvt->model = boot_cpu_data.x86_model;
drivers/edac/mce_amd.c
819
fam, x86_model(m->cpuid), x86_stepping(m->cpuid),
drivers/edac/mce_amd.c
983
xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f;
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1333
c->x86_model == 0x08)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1353
switch (c->x86_model) {
drivers/hwmon/fam15h_power.c
297
(c->x86_model <= 0xf ||
drivers/hwmon/fam15h_power.c
298
(c->x86_model >= 0x60 && c->x86_model <= 0x7f)))
drivers/hwmon/fam15h_power.c
315
(c->x86_model <= 0xf ||
drivers/hwmon/fam15h_power.c
316
(c->x86_model >= 0x60 && c->x86_model <= 0x7f)))
drivers/hwmon/fam15h_power.c
69
return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60;
drivers/hwmon/hwmon-vid.c
287
vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor);
drivers/hwmon/k10temp.c
366
return boot_cpu_data.x86_model < 4 ||
drivers/hwmon/k10temp.c
367
(boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
drivers/hwmon/k10temp.c
461
((boot_cpu_data.x86_model & 0xf0) == 0x60 ||
drivers/hwmon/k10temp.c
462
(boot_cpu_data.x86_model & 0xf0) == 0x70)) {
drivers/hwmon/k10temp.c
471
switch (boot_cpu_data.x86_model) {
drivers/hwmon/k10temp.c
493
switch (boot_cpu_data.x86_model) {
drivers/hwmon/k10temp.c
517
switch (boot_cpu_data.x86_model) {
drivers/hwmon/k8temp.c
146
model = boot_cpu_data.x86_model;
drivers/hwmon/via-cputemp.c
128
switch (c->x86_model) {
drivers/iommu/amd/init.c
1815
(boot_cpu_data.x86_model < 0x10) ||
drivers/iommu/amd/init.c
1816
(boot_cpu_data.x86_model > 0x1f))
drivers/iommu/amd/init.c
1846
(boot_cpu_data.x86_model < 0x30) ||
drivers/iommu/amd/init.c
1847
(boot_cpu_data.x86_model > 0x3f))
drivers/iommu/amd/init.c
3122
boot_cpu_data.x86_model >= 0x4 &&
drivers/iommu/amd/init.c
3123
boot_cpu_data.x86_model <= 0xf &&
drivers/iommu/amd/init.c
3423
if (boot_cpu_data.x86_model >= 0x10) {
drivers/mtd/nand/raw/cs553x_nand.c
331
boot_cpu_data.x86_model == 10)
drivers/mtd/nand/raw/cs553x_nand.c
337
boot_cpu_data.x86_model == 5)
drivers/platform/x86/amd/hsmp/acpi.c
483
boot_cpu_data.x86, boot_cpu_data.x86_model);
drivers/platform/x86/amd/hsmp/plat.c
143
if (boot_cpu_data.x86 == 0x1A && boot_cpu_data.x86_model <= 0x0F)
drivers/platform/x86/amd/hsmp/plat.c
178
boot_cpu_data.x86, boot_cpu_data.x86_model);
drivers/platform/x86/amd/hsmp/plat.c
272
switch (boot_cpu_data.x86_model) {
drivers/platform/x86/amd/hsmp/plat.c
282
switch (boot_cpu_data.x86_model) {
drivers/platform/x86/amd/hsmp/plat.c
309
boot_cpu_data.x86, boot_cpu_data.x86_model);
drivers/platform/x86/amd/pmc/mp1_stb.c
244
switch (boot_cpu_data.x86_model) {
drivers/platform/x86/amd/pmc/mp1_stb.c
264
if (boot_cpu_data.x86_model == 0x44)
drivers/platform/x86/amd/pmc/mp1_stb.c
274
if (boot_cpu_data.x86_model == 0x70)
drivers/platform/x86/amd/pmc/pmc.c
245
if (boot_cpu_data.x86_model == 0x70)
drivers/platform/x86/intel/ifs/load.c
279
boot_cpu_data.x86, boot_cpu_data.x86_model,
drivers/platform/x86/intel/ifs/load.c
404
test->test_num, boot_cpu_data.x86, boot_cpu_data.x86_model,
drivers/ras/amd/atl/core.c
171
switch (boot_cpu_data.x86_model) {
drivers/ras/amd/fmpm.c
773
if (!(boot_cpu_data.x86_model >= 0x90 &&
drivers/ras/amd/fmpm.c
774
boot_cpu_data.x86_model <= 0x9f))
drivers/thermal/intel/therm_throt.c
761
if (c->x86 == 6 && (c->x86_model == 9 || c->x86_model == 13)) {
tools/testing/selftests/kvm/include/x86/processor.h
715
return x86_model(this_cpu_fms());
tools/testing/selftests/kvm/include/x86/processor.h
989
return x86_model(kvm_cpu_fms());
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
385
switch (x86_model(eax)) {