Searched refs:x86_model (Results 26 - 50 of 80) sorted by relevance

1234

/linux-master/drivers/cpufreq/
H A Dspeedstep-centrino.c40 __u8 x86_model; /* model */ member in struct:cpu_id
280 (c->x86_model == x->x86_model) &&
H A Delanfreq.c151 (c->x86 != 4) || (c->x86_model != 10))
H A De_powersaver.c197 switch (c->x86_model) {
394 if (!x86_match_cpu(eps_cpu_id) || boot_cpu_data.x86_model < 10)
H A Dlonghaul.c767 switch (c->x86_model) {
940 switch (c->x86_model) {
/linux-master/arch/x86/include/asm/
H A Dacpi.h94 boot_cpu_data.x86_model <= 0x05 &&
H A Dcpufeature.h215 boot_cpu_data.x86_model
/linux-master/arch/x86/events/intel/
H A Dp6.c251 switch (boot_cpu_data.x86_model) {
272 pr_cont("unsupported p6 CPU model %d ", boot_cpu_data.x86_model);
/linux-master/arch/x86/kvm/
H A Dcpuid.h152 return x86_model(best->eax);
157 return boot_cpu_data.x86_model == guest_cpuid_model(vcpu);
/linux-master/arch/x86/events/zhaoxin/
H A Dcore.c549 if ((boot_cpu_data.x86_model == 0x0f && boot_cpu_data.x86_stepping >= 0x0e) ||
550 boot_cpu_data.x86_model == 0x19) {
575 switch (boot_cpu_data.x86_model) {
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dintel.c77 if (x86_model(sig->sig) >= 5 || x86_family(sig->sig) > 6) {
359 x86_family(eax), x86_model(eax), x86_stepping(eax));
605 c->x86, c->x86_model, c->x86_stepping);
/linux-master/drivers/ras/amd/atl/
H A Dcore.c168 switch (boot_cpu_data.x86_model) {
/linux-master/drivers/mtd/nand/raw/
H A Dcs553x_nand.c331 boot_cpu_data.x86_model == 10)
337 boot_cpu_data.x86_model == 5)
/linux-master/drivers/platform/x86/intel/ifs/
H A Dload.c272 boot_cpu_data.x86, boot_cpu_data.x86_model,
391 test->test_num, boot_cpu_data.x86, boot_cpu_data.x86_model,
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1915 if (c->x86 == 0x15 && c->x86_model <= 0xf)
1933 if (c->x86 == 6 && c->x86_model < 0x1A && this_cpu_read(mce_num_banks) > 0)
1940 if ((c->x86 > 6 || (c->x86 == 6 && c->x86_model >= 0xe)) &&
1948 if (c->x86 == 6 && c->x86_model <= 13 && cfg->bootlog < 0)
1967 if (c->x86 > 6 || (c->x86_model == 0x19 || c->x86_model == 0x1f)) {
2023 if ((c->x86 == 6 && c->x86_model == 0xf && c->x86_stepping >= 0xe) ||
2043 if ((c->x86 == 7 && c->x86_model == 0x1b) ||
2044 (c->x86_model == 0x19 || c->x86_model
[all...]
H A Damd.c613 c->x86_model >= 0x10 && c->x86_model <= 0x2F &&
644 (c->x86_model >= 0x10 && c->x86_model <= 0x2F)) {
/linux-master/arch/x86/events/amd/
H A Dibs.c788 if (boot_cpu_data.x86 != 0x19 || boot_cpu_data.x86_model > 0xF ||
854 (boot_cpu_data.x86_model <= 0xF ||
855 (boot_cpu_data.x86_model >= 0x20 &&
856 boot_cpu_data.x86_model <= 0x5F))) {
948 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model <= 0xF &&
1205 if (boot_cpu_data.x86 == 0x19 && boot_cpu_data.x86_model < 0x10)
/linux-master/arch/x86/kernel/
H A Damd_nb.c317 boot_cpu_data.x86_model >= 0x8 &&
318 (boot_cpu_data.x86_model > 0x9 ||
/linux-master/drivers/hwmon/
H A Dhwmon-vid.c283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor);
H A Dk8temp.c145 model = boot_cpu_data.x86_model;
H A Dvia-cputemp.c128 switch (c->x86_model) {
/linux-master/drivers/char/tpm/
H A Dtpm_tis_core.h213 return ((boot_cpu_data.x86_model == INTEL_FAM6_ATOM_AIRMONT) ? 1 : 0);
/linux-master/arch/x86/kernel/cpu/
H A Dproc.c78 c->x86_model,
H A Dcommon.c687 if (c->x86_model >= 16)
697 return info->model_names[c->x86_model];
911 c->x86_model = x86_model(tfms);
1782 c->x86_model = c->x86_stepping = 0; /* So far unknown... */
1861 c->x86, c->x86_model);
1980 pr_cont(" (family: 0x%x, model: 0x%x", c->x86, c->x86_model);
/linux-master/drivers/platform/x86/amd/
H A Dhsmp.c740 if (boot_cpu_data.x86 == 0x1A && boot_cpu_data.x86_model <= 0x0F)
777 boot_cpu_data.x86, boot_cpu_data.x86_model);
828 boot_cpu_data.x86, boot_cpu_data.x86_model);
916 boot_cpu_data.x86, boot_cpu_data.x86_model);
/linux-master/drivers/crypto/
H A Dpadlock-sha.c511 if (c->x86_model < 0x0f) {
543 if (c->x86_model >= 0x0f) {

Completed in 481 milliseconds

1234