Searched refs:microcode (Results 1 – 17 of 17) sorted by relevance
1 microcode-y := core.o2 obj-$(CONFIG_MICROCODE) += microcode.o3 microcode-$(CONFIG_MICROCODE_INTEL) += intel.o intel_lib.o4 microcode-$(CONFIG_MICROCODE_AMD) += amd.o
108 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()
133 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()
76 if (c->microcode) in show_cpuinfo()77 seq_printf(m, "microcode\t: 0x%x\n", c->microcode); in show_cpuinfo()
57 obj-$(CONFIG_MICROCODE) += microcode/
51 rdmsr(MSR_IA32_UCODE_REV, lower_word, c->microcode); in early_init_intel()63 c->microcode < 0x20e) { in early_init_intel()
726 rdmsr_safe(MSR_AMD64_PATCH_LEVEL, &c->microcode, &dummy); in init_amd()
2155 return (cpu_data(cpu).microcode < rev); in intel_snb_pebs_broken()
466 be32_to_cpu(firmware->microcode[i].count); in qe_upload_firmware()508 const struct qe_microcode *ucode = &firmware->microcode[i]; in qe_upload_firmware()
74 label = "NOR QE microcode firmware";
84 /* 1MB for microcode */
81 label = "NOR QE microcode firmware";
232 } __attribute__ ((packed)) microcode[1]; member
1066 tristate "CPU microcode loading support"1071 If you say Y here, you will be able to update the microcode on1075 obviously need the actual microcode binary data itself which is not1082 will be called microcode.1085 bool "Intel microcode loading support"1090 This options enables microcode patch loading support for Intel1093 For the current Intel microcode data package go to1098 bool "AMD microcode loading support"1102 If you select this option, microcode patch loading support for AMD1116 bool "Early load microcode"[all …]
129 u32 microcode; member
281 cpu_data(m->extcpu).microcode); in print_mce()
1968 | the 040 uses the dtag to execute the correct microcode.