Home
last modified time | relevance | path

Searched refs:microcode (Results 1 – 17 of 17) sorted by relevance

/arch/x86/kernel/cpu/microcode/
DMakefile1 microcode-y := core.o
2 obj-$(CONFIG_MICROCODE) += microcode.o
3 microcode-$(CONFIG_MICROCODE_INTEL) += intel.o intel_lib.o
4 microcode-$(CONFIG_MICROCODE_AMD) += amd.o
Dintel.c108 csig->rev = c->microcode; in collect_cpu_info()
182 c->microcode = val[1]; in apply_microcode_intel()
287 c->microcode < 0x0b000021) { in is_blacklisted()
288 …rr_once("Erratum BDF90: late loading with revision < 0x0b000021 (0x%x) disabled.\n", c->microcode); in is_blacklisted()
Damd.c133 csig->rev = c->microcode; in collect_cpu_info_amd()
218 c->microcode = rev; in apply_microcode_amd()
232 c->microcode = mc_amd->hdr.patch_id; in apply_microcode_amd()
/arch/x86/kernel/cpu/
Dproc.c76 if (c->microcode) in show_cpuinfo()
77 seq_printf(m, "microcode\t: 0x%x\n", c->microcode); in show_cpuinfo()
DMakefile57 obj-$(CONFIG_MICROCODE) += microcode/
Dintel.c51 rdmsr(MSR_IA32_UCODE_REV, lower_word, c->microcode); in early_init_intel()
63 c->microcode < 0x20e) { in early_init_intel()
Damd.c726 rdmsr_safe(MSR_AMD64_PATCH_LEVEL, &c->microcode, &dummy); in init_amd()
Dperf_event_intel.c2155 return (cpu_data(cpu).microcode < rev); in intel_snb_pebs_broken()
/arch/powerpc/sysdev/qe_lib/
Dqe.c466 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware()
508 const struct qe_microcode *ucode = &firmware->microcode[i]; in qe_upload_firmware()
/arch/powerpc/boot/dts/
Dp1021rdb-pc.dtsi74 label = "NOR QE microcode firmware";
Dp1021mds.dts84 /* 1MB for microcode */
Dp1025twr.dtsi81 label = "NOR QE microcode firmware";
/arch/powerpc/include/asm/
Dqe.h232 } __attribute__ ((packed)) microcode[1]; member
/arch/x86/
DKconfig1066 tristate "CPU microcode loading support"
1071 If you say Y here, you will be able to update the microcode on
1075 obviously need the actual microcode binary data itself which is not
1082 will be called microcode.
1085 bool "Intel microcode loading support"
1090 This options enables microcode patch loading support for Intel
1093 For the current Intel microcode data package go to
1098 bool "AMD microcode loading support"
1102 If you select this option, microcode patch loading support for AMD
1116 bool "Early load microcode"
[all …]
/arch/x86/include/asm/
Dprocessor.h129 u32 microcode; member
/arch/x86/kernel/cpu/mcheck/
Dmce.c281 cpu_data(m->extcpu).microcode); in print_mce()
/arch/m68k/fpsp040/
Dres_func.S1968 | the 040 uses the dtag to execute the correct microcode.