Home
last modified time | relevance | path

Searched refs:x86 (Results 1 – 25 of 71) sorted by relevance

123

/drivers/hwmon/
Dk10temp.c320 if (boot_cpu_data.x86 != 0x10) in has_erratum_319()
423 if (boot_cpu_data.x86 == 0x15 && in k10temp_probe()
428 } else if (boot_cpu_data.x86 == 0x17 || boot_cpu_data.x86 == 0x18) { in k10temp_probe()
446 } else if (boot_cpu_data.x86 == 0x19) { in k10temp_probe()
465 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
Dhwmon-vid.c280 if (c->x86 < 6) /* Any CPU with family lower than 6 */ in vid_which_vrm()
283 vrm_ret = find_vrm(c->x86, c->x86_model, c->x86_stepping, c->x86_vendor); in vid_which_vrm()
Dfam15h_power.c67 return boot_cpu_data.x86 == 0x15 && boot_cpu_data.x86_model >= 0x60; in is_carrizo_or_later()
296 if (c->x86 == 0x15 && in fam15h_power_init_attrs()
314 if (c->x86 == 0x15 && in fam15h_power_init_attrs()
/drivers/cpufreq/
Dspeedstep-lib.c259 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor()
262 ((c->x86 != 6) && (c->x86 != 0xF))) in speedstep_detect_processor()
265 if (c->x86 == 0xF) { in speedstep_detect_processor()
Dp4-clockmod.c120 if (c->x86 == 0x06) { in cpufreq_p4_get_frequency()
138 if (c->x86 != 0xF) in cpufreq_p4_get_frequency()
166 cpuid = (c->x86 << 8) | (c->x86_model << 4) | c->x86_stepping; in cpufreq_p4_cpu_init()
Dspeedstep-centrino.c39 __u8 x86; /* CPU family */ member
279 if ((c->x86 == x->x86) && in centrino_verify_cpu_id()
Dsc520_freq.c77 c->x86 != 4 || c->x86_model != 9) in sc520_freq_cpu_init()
Delanfreq.c151 (c->x86 != 4) || (c->x86_model != 10)) in elanfreq_cpu_init()
Dacpi-cpufreq.c621 if ((c->x86 == 15) && in acpi_cpufreq_blacklist()
732 if (check_amd_hwpstate_cpu(cpu) && boot_cpu_data.x86 < 0x19 && in acpi_cpufreq_cpu_init()
758 boot_cpu_data.x86 == 0xf) { in acpi_cpufreq_cpu_init()
/drivers/clk/x86/
DMakefile4 clk-x86-lpss-objs := clk-lpt.o
5 obj-$(CONFIG_X86_INTEL_LPSS) += clk-x86-lpss.o
DKconfig8 Clock Generation Unit(CGU) driver for MaxLinear's x86 based
/drivers/char/hw_random/
Dvia-rng.c138 if (((c->x86 == 6) && (c->x86_model >= 0x0f)) || (c->x86 > 6)){ in via_rng_init()
/drivers/staging/media/atomisp/include/linux/
Datomisp_platform.h243 boot_cpu_data.x86 == 6 && \
246 boot_cpu_data.x86 == 6 && \
/drivers/edac/
Damd64_edac.h204 #define dct_ganging_enabled(pvt) ((boot_cpu_data.x86 == 0x10) && ((pvt)->dct_sel_lo & BIT(4)))
423 if (boot_cpu_data.x86 == 0xf) in get_dram_base()
433 if (boot_cpu_data.x86 == 0xf) in get_dram_limit()
Dmce_amd.c694 bool k8 = (boot_cpu_data.x86 == 0xf && (m->status & BIT_64(58))); in decode_mc1_mce()
845 if (boot_cpu_data.x86 >= 0x14) { in decode_mc3_mce()
1187 switch (c->x86) { in mce_amd_init()
1239 printk(KERN_WARNING "Huh? What family is it: 0x%x?!\n", c->x86); in mce_amd_init()
/drivers/platform/
DMakefile6 obj-$(CONFIG_X86) += x86/
DKconfig3 source "drivers/platform/x86/Kconfig"
/drivers/scsi/aic7xxx/
Daic7xxx_seq.h_shipped145 0x80, 0x3e, 0x86, 0x5d,
147 0x20, 0x6a, 0x86, 0x5d,
148 0x00, 0xab, 0x86, 0x5d,
173 0x02, 0x6a, 0x86, 0x5d,
174 0x04, 0x6a, 0x86, 0x5d,
182 0x80, 0x86, 0xc8, 0x08,
187 0x28, 0x6a, 0x86, 0x5d,
189 0x08, 0x6a, 0x86, 0x5d,
202 0x01, 0x64, 0x86, 0x61,
215 0x00, 0xa8, 0x86, 0x5d,
[all …]
/drivers/firmware/google/
DMakefile8 obj-$(CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY) += memconsole-x86-legacy.o
/drivers/staging/vt6655/
DTODO13 - verify unsigned long usage for x86-64 arch
/drivers/mtd/nand/raw/
Dcs553x_nand.c336 boot_cpu_data.x86 == 5 && in is_geode()
342 boot_cpu_data.x86 == 5 && in is_geode()
/drivers/firmware/efi/
DMakefile44 obj-$(CONFIG_UEFI_CPER_X86) += cper-x86.o
/drivers/acpi/
Dprocessor_perflib.c289 if ((boot_cpu_data.x86 == 0x10 && boot_cpu_data.x86_model < 10) in amd_fixup_frequency()
290 || boot_cpu_data.x86 == 0x11) { in amd_fixup_frequency()
301 if (boot_cpu_data.x86 == 0x10) in amd_fixup_frequency()
/drivers/ras/
DKconfig34 source "arch/x86/ras/Kconfig"
/drivers/firmware/efi/libstub/
DMakefile78 lib-$(CONFIG_X86) += x86-stub.o

123