Symbol: x86_model
arch/um/include/asm/cpufeature.h
138
boot_cpu_data.x86_model
arch/x86/events/amd/ibs.c
1081
if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model <= 0xF &&
arch/x86/events/amd/ibs.c
1443
if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model < 0x10)
arch/x86/events/amd/ibs.c
915
if (boot_cpu_data.x86 != 0x19 || boot_cpu_data.x86_model > 0xF ||
arch/x86/events/amd/ibs.c
981
(boot_cpu_data.x86_model <= 0xF ||
arch/x86/events/amd/ibs.c
982
(boot_cpu_data.x86_model >= 0x20 &&
arch/x86/events/amd/ibs.c
983
boot_cpu_data.x86_model <= 0x5F))) {
arch/x86/events/intel/core.c
7554
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
549
if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) ||
arch/x86/events/zhaoxin/core.c
550
boot_cpu_data.x86_model == 0x19) {
arch/x86/events/zhaoxin/core.c
575
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
26
unsigned int x86_model(unsigned int sig);
arch/x86/include/asm/cpufeature.h
139
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
2018
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
1012
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
104
if (c->x86_model == 9 || c->x86_model == 10) {
arch/x86/kernel/cpu/amd.c
117
if (c->x86_model < 6) {
arch/x86/kernel/cpu/amd.c
1170
if (c->x86_model == 3 && c->x86_stepping == 0)
arch/x86/kernel/cpu/amd.c
1173
if (c->x86_model == 4 &&
arch/x86/kernel/cpu/amd.c
119
if (c->x86_model == 0) {
arch/x86/kernel/cpu/amd.c
1218
if (c->x86 == 0x15 && c->x86_model <= 0x1f) {
arch/x86/kernel/cpu/amd.c
126
if (c->x86_model == 6 && c->x86_stepping == 1) {
arch/x86/kernel/cpu/amd.c
155
if (c->x86_model < 8 ||
arch/x86/kernel/cpu/amd.c
156
(c->x86_model == 8 && c->x86_stepping < 8)) {
arch/x86/kernel/cpu/amd.c
175
if ((c->x86_model == 8 && c->x86_stepping > 7) ||
arch/x86/kernel/cpu/amd.c
176
c->x86_model == 9 || c->x86_model == 13) {
arch/x86/kernel/cpu/amd.c
197
if (c->x86_model == 10) {
arch/x86/kernel/cpu/amd.c
215
if (c->x86_model >= 6 && c->x86_model <= 10) {
arch/x86/kernel/cpu/amd.c
228
if ((c->x86_model == 8 && c->x86_stepping >= 1) || (c->x86_model > 8)) {
arch/x86/kernel/cpu/amd.c
246
if ((c->x86_model == 6) && ((c->x86_stepping == 0) ||
arch/x86/kernel/cpu/amd.c
251
if ((c->x86_model == 7) && (c->x86_stepping == 0))
arch/x86/kernel/cpu/amd.c
261
if (((c->x86_model == 6) && (c->x86_stepping >= 2)) ||
arch/x86/kernel/cpu/amd.c
262
((c->x86_model == 7) && (c->x86_stepping >= 1)) ||
arch/x86/kernel/cpu/amd.c
263
(c->x86_model > 7))
arch/x86/kernel/cpu/amd.c
426
(c->x86 == 0x10 && c->x86_model >= 0x2)) {
arch/x86/kernel/cpu/amd.c
480
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
497
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
512
switch (c->x86_model) {
arch/x86/kernel/cpu/amd.c
541
WARN_ONCE(1, "Family 0x%x, model: 0x%x??\n", c->x86, c->x86_model);
arch/x86/kernel/cpu/amd.c
644
if (c->x86_model == 13 || c->x86_model == 9 ||
arch/x86/kernel/cpu/amd.c
645
(c->x86_model == 8 && c->x86_stepping >= 8))
arch/x86/kernel/cpu/amd.c
677
if (c->x86 == 0x16 && c->x86_model <= 0xf)
arch/x86/kernel/cpu/amd.c
707
if (c->x86_model < 0x14 && cpu_has(c, X86_FEATURE_LAHF_LM) && !cpu_has(c, X86_FEATURE_HYPERVISOR)) {
arch/x86/kernel/cpu/amd.c
736
if (c->x86_model > 0x41 ||
arch/x86/kernel/cpu/amd.c
737
(c->x86_model == 0x41 && c->x86_stepping >= 0x2))
arch/x86/kernel/cpu/amd.c
780
if (c->x86_model > 0x2 ||
arch/x86/kernel/cpu/amd.c
781
(c->x86_model == 0x2 && c->x86_stepping >= 0x1))
arch/x86/kernel/cpu/amd.c
860
if ((c->x86_model >= 0x02) && (c->x86_model < 0x20)) {
arch/x86/kernel/cpu/amd.c
942
if (c->x86_model < 0x30) {
arch/x86/kernel/cpu/amd.c
980
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
101
if ((c->x86 == 6 && c->x86_model >= 0xf) ||
arch/x86/kernel/cpu/centaur.c
137
switch (c->x86_model) {
arch/x86/kernel/cpu/centaur.c
186
if (c->x86_model >= 8)
arch/x86/kernel/cpu/centaur.c
212
if ((c->x86 == 6) && ((c->x86_model == 7) || (c->x86_model == 8)))
arch/x86/kernel/cpu/centaur.c
220
if ((c->x86 == 6) && (c->x86_model == 9) &&
arch/x86/kernel/cpu/centaur.c
53
if (c->x86_model >= 6 && c->x86_model <= 13) {
arch/x86/kernel/cpu/centaur.c
61
if (c->x86_model >= 6 && c->x86_model < 9)
arch/x86/kernel/cpu/centaur.c
64
if (c->x86 == 0x6 && c->x86_model >= 0xf) {
arch/x86/kernel/cpu/common.c
2008
c->x86_model = c->x86_stepping = 0; /* So far unknown... */
arch/x86/kernel/cpu/common.c
2086
c->x86, c->x86_model);
arch/x86/kernel/cpu/common.c
2210
pr_cont(" (family: 0x%x, model: 0x%x", c->x86, c->x86_model);
arch/x86/kernel/cpu/common.c
733
if (c->x86_model >= 16)
arch/x86/kernel/cpu/common.c
743
return info->model_names[c->x86_model];
arch/x86/kernel/cpu/common.c
955
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
586
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
609
c->x86_model >= 0x10 && c->x86_model <= 0x2F &&
arch/x86/kernel/cpu/mce/amd.c
640
(c->x86_model >= 0x10 && c->x86_model <= 0x2F)) {
arch/x86/kernel/cpu/mce/core.c
1944
if (c->x86 == 0x15 && c->x86_model <= 0xf)
arch/x86/kernel/cpu/mce/core.c
1988
if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) {
arch/x86/kernel/cpu/mce/core.c
2023
if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) ||
arch/x86/kernel/cpu/mce/core.c
2043
if ((c->x86 == 7 && c->x86_model == 0x1b) ||
arch/x86/kernel/cpu/mce/core.c
2044
(c->x86_model == 0x19 || c->x86_model == 0x1f)) {
arch/x86/kernel/cpu/microcode/amd.c
253
unsigned int model = x86_model(bsp_cpuid_1_eax);
arch/x86/kernel/cpu/microcode/intel.c
129
if (IFM(x86_family(sig->sig), x86_model(sig->sig)) >= INTEL_PENTIUM_III_DESCHUTES) {
arch/x86/kernel/cpu/microcode/intel.c
697
x86_family(eax), x86_model(eax), x86_stepping(eax));
arch/x86/kernel/cpu/microcode/intel.c
943
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
199
boot_cpu_data.x86, boot_cpu_data.x86_model);
arch/x86/kernel/cpu/topology_amd.c
119
if (!boot_cpu_has(X86_FEATURE_HYPERVISOR) && tscan->c->x86_model <= 0x3) {
arch/x86/kernel/cpu/topology_amd.c
163
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
165
return x86_model(best->eax);
arch/x86/kvm/cpuid.h
170
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
119
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
1728
if ((boot_cpu_data.x86 == 0x17) && (boot_cpu_data.x86_model < 0x30)) {
drivers/cpufreq/amd-pstate.c
1748
switch (c->x86_model) {
drivers/cpufreq/amd-pstate.c
1756
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/elanfreq.c
150
(c->x86 != 4) || (c->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
134
if ((c->x86_model == 6) && (c->x86_stepping == 0)) {
drivers/cpufreq/sc520_freq.c
77
c->x86 != 4 || c->x86_model != 9)
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
186
if (c->x86_model < 2)
drivers/cpufreq/speedstep-lib.c
259
pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model);
drivers/cpufreq/speedstep-lib.c
268
if (c->x86_model != 2)
drivers/cpufreq/speedstep-lib.c
324
switch (c->x86_model) {
drivers/crypto/ccp/sev-dev.c
1938
boot_cpu_data.x86, boot_cpu_data.x86_model);
drivers/crypto/ccp/sev-dev.c
1942
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
809
fam, x86_model(m->cpuid), x86_stepping(m->cpuid),
drivers/edac/mce_amd.c
973
xec_mask = c->x86_model == 0x60 ? 0x3f : 0x1f;
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
2038
switch (c->x86_model) {
drivers/hwmon/fam15h_power.c
296
(c->x86_model <= 0xf ||
drivers/hwmon/fam15h_power.c
297
(c->x86_model >= 0x60 && c->x86_model <= 0x7f)))
drivers/hwmon/fam15h_power.c
314
(c->x86_model <= 0xf ||
drivers/hwmon/fam15h_power.c
315
(c->x86_model >= 0x60 && c->x86_model <= 0x7f)))
drivers/hwmon/fam15h_power.c
68
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
364
return boot_cpu_data.x86_model < 4 ||
drivers/hwmon/k10temp.c
365
(boot_cpu_data.x86_model == 4 && boot_cpu_data.x86_stepping <= 2);
drivers/hwmon/k10temp.c
459
((boot_cpu_data.x86_model & 0xf0) == 0x60 ||
drivers/hwmon/k10temp.c
460
(boot_cpu_data.x86_model & 0xf0) == 0x70)) {
drivers/hwmon/k10temp.c
469
switch (boot_cpu_data.x86_model) {
drivers/hwmon/k10temp.c
491
switch (boot_cpu_data.x86_model) {
drivers/hwmon/k10temp.c
515
switch (boot_cpu_data.x86_model) {
drivers/hwmon/k8temp.c
145
model = boot_cpu_data.x86_model;
drivers/hwmon/via-cputemp.c
128
switch (c->x86_model) {
drivers/iommu/amd/init.c
1822
(boot_cpu_data.x86_model < 0x10) ||
drivers/iommu/amd/init.c
1823
(boot_cpu_data.x86_model > 0x1f))
drivers/iommu/amd/init.c
1853
(boot_cpu_data.x86_model < 0x30) ||
drivers/iommu/amd/init.c
1854
(boot_cpu_data.x86_model > 0x3f))
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
123
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
772
if (!(boot_cpu_data.x86_model >= 0x90 &&
drivers/ras/amd/fmpm.c
773
boot_cpu_data.x86_model <= 0x9f))
drivers/thermal/intel/therm_throt.c
756
if (c->x86 == 6 && (c->x86_model == 9 || c->x86_model == 13)) {
tools/testing/selftests/kvm/include/x86/processor.h
695
return x86_model(this_cpu_fms());
tools/testing/selftests/kvm/include/x86/processor.h
965
return x86_model(kvm_cpu_fms());
tools/testing/selftests/kvm/x86/pmu_event_filter_test.c
384
switch (x86_model(eax)) {