1 #include <linux/module.h>
2 #include <linux/slab.h>
6 static struct amd_decoder_ops
*fam_ops
;
8 static u8 xec_mask
= 0xf;
10 static bool report_gart_errors
;
11 static void (*decode_dram_ecc
)(int node_id
, struct mce
*m
);
13 void amd_report_gart_errors(bool v
)
15 report_gart_errors
= v
;
17 EXPORT_SYMBOL_GPL(amd_report_gart_errors
);
19 void amd_register_ecc_decoder(void (*f
)(int, struct mce
*))
23 EXPORT_SYMBOL_GPL(amd_register_ecc_decoder
);
25 void amd_unregister_ecc_decoder(void (*f
)(int, struct mce
*))
27 if (decode_dram_ecc
) {
28 WARN_ON(decode_dram_ecc
!= f
);
30 decode_dram_ecc
= NULL
;
33 EXPORT_SYMBOL_GPL(amd_unregister_ecc_decoder
);
36 * string representation for the different MCA reported error types, see F3x48
40 /* transaction type */
41 static const char * const tt_msgs
[] = { "INSN", "DATA", "GEN", "RESV" };
44 static const char * const ll_msgs
[] = { "RESV", "L1", "L2", "L3/GEN" };
46 /* memory transaction type */
47 static const char * const rrrr_msgs
[] = {
48 "GEN", "RD", "WR", "DRD", "DWR", "IRD", "PRF", "EV", "SNP"
51 /* participating processor */
52 const char * const pp_msgs
[] = { "SRC", "RES", "OBS", "GEN" };
53 EXPORT_SYMBOL_GPL(pp_msgs
);
56 static const char * const to_msgs
[] = { "no timeout", "timed out" };
59 static const char * const ii_msgs
[] = { "MEM", "RESV", "IO", "GEN" };
61 /* internal error type */
62 static const char * const uu_msgs
[] = { "RESV", "RESV", "HWA", "RESV" };
64 static const char * const f15h_mc1_mce_desc
[] = {
65 "UC during a demand linefill from L2",
66 "Parity error during data load from IC",
67 "Parity error for IC valid bit",
68 "Main tag parity error",
69 "Parity error in prediction queue",
70 "PFB data/address parity error",
71 "Parity error in the branch status reg",
72 "PFB promotion address error",
73 "Tag error during probe/victimization",
74 "Parity error for IC probe tag valid bit",
75 "PFB non-cacheable bit parity error",
76 "PFB valid bit parity error", /* xec = 0xd */
77 "Microcode Patch Buffer", /* xec = 010 */
85 static const char * const f15h_mc2_mce_desc
[] = {
86 "Fill ECC error on data fills", /* xec = 0x4 */
87 "Fill parity error on insn fills",
88 "Prefetcher request FIFO parity error",
89 "PRQ address parity error",
90 "PRQ data parity error",
93 "WCB Data parity error",
94 "VB Data ECC or parity error",
95 "L2 Tag ECC error", /* xec = 0x10 */
96 "Hard L2 Tag ECC error",
97 "Multiple hits on L2 tag",
99 "PRB address parity error"
102 static const char * const mc4_mce_desc
[] = {
103 "DRAM ECC error detected on the NB",
104 "CRC error detected on HT link",
105 "Link-defined sync error packets detected on HT link",
108 "Invalid GART PTE entry during GART table walk",
109 "Unsupported atomic RMW received from an IO link",
110 "Watchdog timeout due to lack of progress",
111 "DRAM ECC error detected on the NB",
112 "SVM DMA Exclusion Vector error",
113 "HT data error detected on link",
114 "Protocol error (link, L3, probe filter)",
115 "NB internal arrays parity error",
116 "DRAM addr/ctl signals parity error",
117 "IO link transmission error",
118 "L3 data cache ECC error", /* xec = 0x1c */
119 "L3 cache tag error",
120 "L3 LRU parity bits error",
121 "ECC Error in the Probe Filter directory"
124 static const char * const mc5_mce_desc
[] = {
125 "CPU Watchdog timer expire",
126 "Wakeup array dest tag",
130 "Retire dispatch queue",
131 "Mapper checkpoint array",
132 "Physical register file EX0 port",
133 "Physical register file EX1 port",
134 "Physical register file AG0 port",
135 "Physical register file AG1 port",
136 "Flag register file",
138 "Retire status queue"
141 static const char * const mc6_mce_desc
[] = {
142 "Hardware Assertion",
144 "Physical Register File",
147 "Status Register File",
150 /* Scalable MCA error strings */
151 static const char * const smca_ls_mce_desc
[] = {
153 "Store queue parity",
154 "Miss address buffer payload parity",
157 "DC tag error type 6",
158 "DC tag error type 1",
159 "Internal error type 1",
160 "Internal error type 2",
161 "Sys Read data error thread 0",
162 "Sys read data error thread 1",
163 "DC tag error type 2",
164 "DC data error type 1 (poison comsumption)",
165 "DC data error type 2",
166 "DC data error type 3",
167 "DC tag error type 4",
170 "DC tag error type 3",
171 "DC tag error type 5",
172 "L2 fill data error",
175 static const char * const smca_if_mce_desc
[] = {
176 "microtag probe port parity error",
177 "IC microtag or full tag multi-hit error",
178 "IC full tag parity",
179 "IC data array parity",
180 "Decoupling queue phys addr parity error",
181 "L0 ITLB parity error",
182 "L1 ITLB parity error",
183 "L2 ITLB parity error",
184 "BPQ snoop parity on Thread 0",
185 "BPQ snoop parity on Thread 1",
186 "L1 BTB multi-match error",
187 "L2 BTB multi-match error",
188 "L2 Cache Response Poison error",
189 "System Read Data error",
192 static const char * const smca_l2_mce_desc
[] = {
193 "L2M tag multi-way-hit error",
195 "L2M data ECC error",
199 static const char * const smca_de_mce_desc
[] = {
200 "uop cache tag parity error",
201 "uop cache data parity error",
202 "Insn buffer parity error",
203 "uop queue parity error",
204 "Insn dispatch queue parity error",
205 "Fetch address FIFO parity",
206 "Patch RAM data parity",
207 "Patch RAM sequencer parity",
211 static const char * const smca_ex_mce_desc
[] = {
212 "Watchdog timeout error",
213 "Phy register file parity",
214 "Flag register file parity",
215 "Immediate displacement register file parity",
216 "Address generator payload parity",
218 "Checkpoint queue parity",
219 "Retire dispatch queue parity",
220 "Retire status queue parity error",
221 "Scheduling queue parity error",
222 "Branch buffer queue parity error",
225 static const char * const smca_fp_mce_desc
[] = {
226 "Physical register file parity",
227 "Freelist parity error",
228 "Schedule queue parity",
230 "Retire queue parity",
231 "Status register file parity",
232 "Hardware assertion",
235 static const char * const smca_l3_mce_desc
[] = {
236 "Shadow tag macro ECC error",
237 "Shadow tag macro multi-way-hit error",
239 "L3M tag multi-way-hit error",
240 "L3M data ECC error",
241 "XI parity, L3 fill done channel error",
242 "L3 victim queue parity",
246 static const char * const smca_cs_mce_desc
[] = {
247 "Illegal request from transport layer",
249 "Security violation",
250 "Illegal response from transport layer",
251 "Unexpected response",
252 "Parity error on incoming request or probe response data",
253 "Parity error on incoming read response data",
254 "Atomic request parity",
255 "ECC error on probe filter access",
258 static const char * const smca_pie_mce_desc
[] = {
260 "Internal PIE register security violation",
262 "Poison data written to internal PIE register",
265 static const char * const smca_umc_mce_desc
[] = {
267 "Data poison error on DRAM",
269 "Advanced peripheral bus error",
270 "Command/address parity error",
271 "Write data CRC error",
274 static const char * const smca_pb_mce_desc
[] = {
275 "Parameter Block RAM ECC error",
278 static const char * const smca_psp_mce_desc
[] = {
279 "PSP RAM ECC or parity error",
282 static const char * const smca_smu_mce_desc
[] = {
283 "SMU RAM ECC or parity error",
286 struct smca_mce_desc
{
287 const char * const *descs
;
288 unsigned int num_descs
;
291 static struct smca_mce_desc smca_mce_descs
[] = {
292 [SMCA_LS
] = { smca_ls_mce_desc
, ARRAY_SIZE(smca_ls_mce_desc
) },
293 [SMCA_IF
] = { smca_if_mce_desc
, ARRAY_SIZE(smca_if_mce_desc
) },
294 [SMCA_L2_CACHE
] = { smca_l2_mce_desc
, ARRAY_SIZE(smca_l2_mce_desc
) },
295 [SMCA_DE
] = { smca_de_mce_desc
, ARRAY_SIZE(smca_de_mce_desc
) },
296 [SMCA_EX
] = { smca_ex_mce_desc
, ARRAY_SIZE(smca_ex_mce_desc
) },
297 [SMCA_FP
] = { smca_fp_mce_desc
, ARRAY_SIZE(smca_fp_mce_desc
) },
298 [SMCA_L3_CACHE
] = { smca_l3_mce_desc
, ARRAY_SIZE(smca_l3_mce_desc
) },
299 [SMCA_CS
] = { smca_cs_mce_desc
, ARRAY_SIZE(smca_cs_mce_desc
) },
300 [SMCA_PIE
] = { smca_pie_mce_desc
, ARRAY_SIZE(smca_pie_mce_desc
) },
301 [SMCA_UMC
] = { smca_umc_mce_desc
, ARRAY_SIZE(smca_umc_mce_desc
) },
302 [SMCA_PB
] = { smca_pb_mce_desc
, ARRAY_SIZE(smca_pb_mce_desc
) },
303 [SMCA_PSP
] = { smca_psp_mce_desc
, ARRAY_SIZE(smca_psp_mce_desc
) },
304 [SMCA_SMU
] = { smca_smu_mce_desc
, ARRAY_SIZE(smca_smu_mce_desc
) },
307 static bool f12h_mc0_mce(u16 ec
, u8 xec
)
316 pr_cont("during L1 linefill from L2.\n");
317 else if (ll
== LL_L1
)
318 pr_cont("Data/Tag %s error.\n", R4_MSG(ec
));
325 static bool f10h_mc0_mce(u16 ec
, u8 xec
)
327 if (R4(ec
) == R4_GEN
&& LL(ec
) == LL_L1
) {
328 pr_cont("during data scrub.\n");
331 return f12h_mc0_mce(ec
, xec
);
334 static bool k8_mc0_mce(u16 ec
, u8 xec
)
337 pr_cont("during system linefill.\n");
341 return f10h_mc0_mce(ec
, xec
);
344 static bool cat_mc0_mce(u16 ec
, u8 xec
)
351 if (TT(ec
) != TT_DATA
|| LL(ec
) != LL_L1
)
357 pr_cont("Data/Tag parity error due to %s.\n",
358 (r4
== R4_DRD
? "load/hw prf" : "store"));
361 pr_cont("Copyback parity error on a tag miss.\n");
364 pr_cont("Tag parity error during snoop.\n");
369 } else if (BUS_ERROR(ec
)) {
371 if ((II(ec
) != II_MEM
&& II(ec
) != II_IO
) || LL(ec
) != LL_LG
)
374 pr_cont("System read data error on a ");
378 pr_cont("TLB reload.\n");
396 static bool f15h_mc0_mce(u16 ec
, u8 xec
)
404 pr_cont("Data Array access error.\n");
408 pr_cont("UC error during a linefill from L2/NB.\n");
413 pr_cont("STQ access error.\n");
417 pr_cont("SCB access error.\n");
421 pr_cont("Tag error.\n");
425 pr_cont("LDQ access error.\n");
431 } else if (BUS_ERROR(ec
)) {
434 pr_cont("System Read Data Error.\n");
436 pr_cont(" Internal error condition type %d.\n", xec
);
437 } else if (INT_ERROR(ec
)) {
439 pr_cont("Hardware Assert.\n");
449 static void decode_mc0_mce(struct mce
*m
)
451 u16 ec
= EC(m
->status
);
452 u8 xec
= XEC(m
->status
, xec_mask
);
454 pr_emerg(HW_ERR
"MC0 Error: ");
456 /* TLB error signatures are the same across families */
458 if (TT(ec
) == TT_DATA
) {
459 pr_cont("%s TLB %s.\n", LL_MSG(ec
),
460 ((xec
== 2) ? "locked miss"
461 : (xec
? "multimatch" : "parity")));
464 } else if (fam_ops
->mc0_mce(ec
, xec
))
467 pr_emerg(HW_ERR
"Corrupted MC0 MCE info?\n");
470 static bool k8_mc1_mce(u16 ec
, u8 xec
)
479 pr_cont("during a linefill from L2.\n");
480 else if (ll
== 0x1) {
483 pr_cont("Parity error during data load.\n");
487 pr_cont("Copyback Parity/Victim error.\n");
491 pr_cont("Tag Snoop error.\n");
504 static bool cat_mc1_mce(u16 ec
, u8 xec
)
512 if (TT(ec
) != TT_INSTR
)
516 pr_cont("Data/tag array parity error for a tag hit.\n");
517 else if (r4
== R4_SNOOP
)
518 pr_cont("Tag error during snoop/victimization.\n");
520 pr_cont("Tag parity error from victim castout.\n");
522 pr_cont("Microcode patch RAM parity error.\n");
529 static bool f15h_mc1_mce(u16 ec
, u8 xec
)
538 pr_cont("%s.\n", f15h_mc1_mce_desc
[xec
]);
542 pr_cont("%s.\n", f15h_mc1_mce_desc
[xec
-2]);
546 pr_cont("%s.\n", f15h_mc1_mce_desc
[xec
-4]);
550 pr_cont("Decoder %s parity error.\n", f15h_mc1_mce_desc
[xec
-4]);
559 static void decode_mc1_mce(struct mce
*m
)
561 u16 ec
= EC(m
->status
);
562 u8 xec
= XEC(m
->status
, xec_mask
);
564 pr_emerg(HW_ERR
"MC1 Error: ");
567 pr_cont("%s TLB %s.\n", LL_MSG(ec
),
568 (xec
? "multimatch" : "parity error"));
569 else if (BUS_ERROR(ec
)) {
570 bool k8
= (boot_cpu_data
.x86
== 0xf && (m
->status
& BIT_64(58)));
572 pr_cont("during %s.\n", (k8
? "system linefill" : "NB data read"));
573 } else if (INT_ERROR(ec
)) {
575 pr_cont("Hardware Assert.\n");
578 } else if (fam_ops
->mc1_mce(ec
, xec
))
586 pr_emerg(HW_ERR
"Corrupted MC1 MCE info?\n");
589 static bool k8_mc2_mce(u16 ec
, u8 xec
)
594 pr_cont(" in the write data buffers.\n");
596 pr_cont(" in the victim data buffers.\n");
597 else if (xec
== 0x2 && MEM_ERROR(ec
))
598 pr_cont(": %s error in the L2 cache tags.\n", R4_MSG(ec
));
599 else if (xec
== 0x0) {
601 pr_cont("%s error in a Page Descriptor Cache or Guest TLB.\n",
603 else if (BUS_ERROR(ec
))
604 pr_cont(": %s/ECC error in data read from NB: %s.\n",
605 R4_MSG(ec
), PP_MSG(ec
));
606 else if (MEM_ERROR(ec
)) {
610 pr_cont(": %s error during data copyback.\n",
613 pr_cont(": %s parity/ECC error during data "
614 "access from L2.\n", R4_MSG(ec
));
625 static bool f15h_mc2_mce(u16 ec
, u8 xec
)
631 pr_cont("Data parity TLB read error.\n");
633 pr_cont("Poison data provided for TLB fill.\n");
636 } else if (BUS_ERROR(ec
)) {
640 pr_cont("Error during attempted NB data read.\n");
641 } else if (MEM_ERROR(ec
)) {
644 pr_cont("%s.\n", f15h_mc2_mce_desc
[xec
- 0x4]);
648 pr_cont("%s.\n", f15h_mc2_mce_desc
[xec
- 0x7]);
654 } else if (INT_ERROR(ec
)) {
656 pr_cont("Hardware Assert.\n");
664 static bool f16h_mc2_mce(u16 ec
, u8 xec
)
673 pr_cont("%cBUFF parity error.\n", (r4
== R4_RD
) ? 'I' : 'O');
678 pr_cont("ECC error in L2 tag (%s).\n",
679 ((r4
== R4_GEN
) ? "BankReq" :
680 ((r4
== R4_SNOOP
) ? "Prb" : "Fill")));
685 pr_cont("ECC error in L2 data array (%s).\n",
686 (((r4
== R4_RD
) && !(xec
& 0x3)) ? "Hit" :
687 ((r4
== R4_GEN
) ? "Attr" :
688 ((r4
== R4_EVICT
) ? "Vict" : "Fill"))));
693 pr_cont("Parity error in L2 attribute bits (%s).\n",
694 ((r4
== R4_RD
) ? "Hit" :
695 ((r4
== R4_GEN
) ? "Attr" : "Fill")));
705 static void decode_mc2_mce(struct mce
*m
)
707 u16 ec
= EC(m
->status
);
708 u8 xec
= XEC(m
->status
, xec_mask
);
710 pr_emerg(HW_ERR
"MC2 Error: ");
712 if (!fam_ops
->mc2_mce(ec
, xec
))
713 pr_cont(HW_ERR
"Corrupted MC2 MCE info?\n");
716 static void decode_mc3_mce(struct mce
*m
)
718 u16 ec
= EC(m
->status
);
719 u8 xec
= XEC(m
->status
, xec_mask
);
721 if (boot_cpu_data
.x86
>= 0x14) {
722 pr_emerg("You shouldn't be seeing MC3 MCE on this cpu family,"
723 " please report on LKML.\n");
727 pr_emerg(HW_ERR
"MC3 Error");
732 if (!BUS_ERROR(ec
) || (r4
!= R4_DRD
&& r4
!= R4_DWR
))
735 pr_cont(" during %s.\n", R4_MSG(ec
));
742 pr_emerg(HW_ERR
"Corrupted MC3 MCE info?\n");
745 static void decode_mc4_mce(struct mce
*m
)
747 struct cpuinfo_x86
*c
= &boot_cpu_data
;
748 int node_id
= amd_get_nb_id(m
->extcpu
);
749 u16 ec
= EC(m
->status
);
750 u8 xec
= XEC(m
->status
, 0x1f);
753 pr_emerg(HW_ERR
"MC4 Error (node %d): ", node_id
);
758 /* special handling for DRAM ECCs */
759 if (xec
== 0x0 || xec
== 0x8) {
760 /* no ECCs on F11h */
764 pr_cont("%s.\n", mc4_mce_desc
[xec
]);
767 decode_dram_ecc(node_id
, m
);
774 pr_cont("GART Table Walk data error.\n");
775 else if (BUS_ERROR(ec
))
776 pr_cont("DMA Exclusion Vector Table Walk error.\n");
782 if (boot_cpu_data
.x86
== 0x15 || boot_cpu_data
.x86
== 0x16)
783 pr_cont("Compute Unit Data Error.\n");
796 pr_cont("%s.\n", mc4_mce_desc
[xec
- offset
]);
800 pr_emerg(HW_ERR
"Corrupted MC4 MCE info?\n");
803 static void decode_mc5_mce(struct mce
*m
)
805 struct cpuinfo_x86
*c
= &boot_cpu_data
;
806 u16 ec
= EC(m
->status
);
807 u8 xec
= XEC(m
->status
, xec_mask
);
809 if (c
->x86
== 0xf || c
->x86
== 0x11)
812 pr_emerg(HW_ERR
"MC5 Error: ");
816 pr_cont("Hardware Assert.\n");
822 if (xec
== 0x0 || xec
== 0xc)
823 pr_cont("%s.\n", mc5_mce_desc
[xec
]);
825 pr_cont("%s parity error.\n", mc5_mce_desc
[xec
]);
832 pr_emerg(HW_ERR
"Corrupted MC5 MCE info?\n");
835 static void decode_mc6_mce(struct mce
*m
)
837 u8 xec
= XEC(m
->status
, xec_mask
);
839 pr_emerg(HW_ERR
"MC6 Error: ");
844 pr_cont("%s parity error.\n", mc6_mce_desc
[xec
]);
848 pr_emerg(HW_ERR
"Corrupted MC6 MCE info?\n");
851 /* Decode errors according to Scalable MCA specification */
852 static void decode_smca_errors(struct mce
*m
)
854 struct smca_hwid
*hwid
;
855 unsigned int bank_type
;
857 u8 xec
= XEC(m
->status
, xec_mask
);
859 if (m
->bank
>= ARRAY_SIZE(smca_banks
))
862 if (boot_cpu_data
.x86
>= 0x17 && m
->bank
== 4)
863 pr_emerg(HW_ERR
"Bank 4 is reserved on Fam17h.\n");
865 hwid
= smca_banks
[m
->bank
].hwid
;
869 bank_type
= hwid
->bank_type
;
870 ip_name
= smca_get_long_name(bank_type
);
872 pr_emerg(HW_ERR
"%s Extended Error Code: %d\n", ip_name
, xec
);
874 /* Only print the decode of valid error codes */
875 if (xec
< smca_mce_descs
[bank_type
].num_descs
&&
876 (hwid
->xec_bitmap
& BIT_ULL(xec
))) {
877 pr_emerg(HW_ERR
"%s Error: ", ip_name
);
878 pr_cont("%s.\n", smca_mce_descs
[bank_type
].descs
[xec
]);
882 * amd_get_nb_id() returns the last level cache id.
883 * The last level cache on Fam17h is 1 level below the node.
885 if (bank_type
== SMCA_UMC
&& xec
== 0 && decode_dram_ecc
)
886 decode_dram_ecc(amd_get_nb_id(m
->extcpu
) >> 1, m
);
889 static inline void amd_decode_err_code(u16 ec
)
892 pr_emerg(HW_ERR
"internal: %s\n", UU_MSG(ec
));
896 pr_emerg(HW_ERR
"cache level: %s", LL_MSG(ec
));
899 pr_cont(", mem/io: %s", II_MSG(ec
));
901 pr_cont(", tx: %s", TT_MSG(ec
));
903 if (MEM_ERROR(ec
) || BUS_ERROR(ec
)) {
904 pr_cont(", mem-tx: %s", R4_MSG(ec
));
907 pr_cont(", part-proc: %s (%s)", PP_MSG(ec
), TO_MSG(ec
));
914 * Filter out unwanted MCE signatures here.
916 static bool amd_filter_mce(struct mce
*m
)
918 u8 xec
= (m
->status
>> 16) & 0x1f;
921 * NB GART TLB error reporting is disabled by default.
923 if (m
->bank
== 4 && xec
== 0x5 && !report_gart_errors
)
929 static const char *decode_error_status(struct mce
*m
)
931 if (m
->status
& MCI_STATUS_UC
) {
932 if (m
->status
& MCI_STATUS_PCC
)
933 return "System Fatal error.";
934 if (m
->mcgstatus
& MCG_STATUS_RIPV
)
935 return "Uncorrected, software restartable error.";
936 return "Uncorrected, software containable error.";
939 if (m
->status
& MCI_STATUS_DEFERRED
)
940 return "Deferred error, no action required.";
942 return "Corrected error, no action required.";
946 amd_decode_mce(struct notifier_block
*nb
, unsigned long val
, void *data
)
948 struct mce
*m
= (struct mce
*)data
;
949 struct cpuinfo_x86
*c
= &cpu_data(m
->extcpu
);
952 if (amd_filter_mce(m
))
955 pr_emerg(HW_ERR
"%s\n", decode_error_status(m
));
957 pr_emerg(HW_ERR
"CPU:%d (%x:%x:%x) MC%d_STATUS[%s|%s|%s|%s|%s",
959 c
->x86
, c
->x86_model
, c
->x86_mask
,
961 ((m
->status
& MCI_STATUS_OVER
) ? "Over" : "-"),
962 ((m
->status
& MCI_STATUS_UC
) ? "UE" :
963 (m
->status
& MCI_STATUS_DEFERRED
) ? "-" : "CE"),
964 ((m
->status
& MCI_STATUS_MISCV
) ? "MiscV" : "-"),
965 ((m
->status
& MCI_STATUS_PCC
) ? "PCC" : "-"),
966 ((m
->status
& MCI_STATUS_ADDRV
) ? "AddrV" : "-"));
968 if (c
->x86
>= 0x15) {
969 pr_cont("|%s", (m
->status
& MCI_STATUS_DEFERRED
? "Deferred" : "-"));
971 /* F15h, bank4, bit 43 is part of McaStatSubCache. */
972 if (c
->x86
!= 0x15 || m
->bank
!= 4)
973 pr_cont("|%s", (m
->status
& MCI_STATUS_POISON
? "Poison" : "-"));
976 if (boot_cpu_has(X86_FEATURE_SMCA
)) {
978 u32 addr
= MSR_AMD64_SMCA_MCx_CONFIG(m
->bank
);
980 pr_cont("|%s", ((m
->status
& MCI_STATUS_SYNDV
) ? "SyndV" : "-"));
982 if (!rdmsr_safe(addr
, &low
, &high
) &&
983 (low
& MCI_CONFIG_MCAX
))
984 pr_cont("|%s", ((m
->status
& MCI_STATUS_TCC
) ? "TCC" : "-"));
987 /* do the two bits[14:13] together */
988 ecc
= (m
->status
>> 45) & 0x3;
990 pr_cont("|%sECC", ((ecc
== 2) ? "C" : "U"));
992 pr_cont("]: 0x%016llx\n", m
->status
);
994 if (m
->status
& MCI_STATUS_ADDRV
)
995 pr_emerg(HW_ERR
"Error Addr: 0x%016llx\n", m
->addr
);
997 if (boot_cpu_has(X86_FEATURE_SMCA
)) {
998 pr_emerg(HW_ERR
"IPID: 0x%016llx", m
->ipid
);
1000 if (m
->status
& MCI_STATUS_SYNDV
)
1001 pr_cont(", Syndrome: 0x%016llx", m
->synd
);
1005 decode_smca_errors(m
);
1010 pr_emerg(HW_ERR
"TSC: %llu\n", m
->tsc
);
1049 amd_decode_err_code(m
->status
& 0xffff);
1054 static struct notifier_block amd_mce_dec_nb
= {
1055 .notifier_call
= amd_decode_mce
,
1056 .priority
= MCE_PRIO_EDAC
,
1059 static int __init
mce_amd_init(void)
1061 struct cpuinfo_x86
*c
= &boot_cpu_data
;
1063 if (c
->x86_vendor
!= X86_VENDOR_AMD
)
1066 fam_ops
= kzalloc(sizeof(struct amd_decoder_ops
), GFP_KERNEL
);
1072 fam_ops
->mc0_mce
= k8_mc0_mce
;
1073 fam_ops
->mc1_mce
= k8_mc1_mce
;
1074 fam_ops
->mc2_mce
= k8_mc2_mce
;
1078 fam_ops
->mc0_mce
= f10h_mc0_mce
;
1079 fam_ops
->mc1_mce
= k8_mc1_mce
;
1080 fam_ops
->mc2_mce
= k8_mc2_mce
;
1084 fam_ops
->mc0_mce
= k8_mc0_mce
;
1085 fam_ops
->mc1_mce
= k8_mc1_mce
;
1086 fam_ops
->mc2_mce
= k8_mc2_mce
;
1090 fam_ops
->mc0_mce
= f12h_mc0_mce
;
1091 fam_ops
->mc1_mce
= k8_mc1_mce
;
1092 fam_ops
->mc2_mce
= k8_mc2_mce
;
1096 fam_ops
->mc0_mce
= cat_mc0_mce
;
1097 fam_ops
->mc1_mce
= cat_mc1_mce
;
1098 fam_ops
->mc2_mce
= k8_mc2_mce
;
1102 xec_mask
= c
->x86_model
== 0x60 ? 0x3f : 0x1f;
1104 fam_ops
->mc0_mce
= f15h_mc0_mce
;
1105 fam_ops
->mc1_mce
= f15h_mc1_mce
;
1106 fam_ops
->mc2_mce
= f15h_mc2_mce
;
1111 fam_ops
->mc0_mce
= cat_mc0_mce
;
1112 fam_ops
->mc1_mce
= cat_mc1_mce
;
1113 fam_ops
->mc2_mce
= f16h_mc2_mce
;
1118 if (!boot_cpu_has(X86_FEATURE_SMCA
)) {
1119 printk(KERN_WARNING
"Decoding supported only on Scalable MCA processors.\n");
1125 printk(KERN_WARNING
"Huh? What family is it: 0x%x?!\n", c
->x86
);
1129 pr_info("MCE: In-kernel MCE decoding enabled.\n");
1131 mce_register_decode_chain(&amd_mce_dec_nb
);
1140 early_initcall(mce_amd_init
);
1143 static void __exit
mce_amd_exit(void)
1145 mce_unregister_decode_chain(&amd_mce_dec_nb
);
1149 MODULE_DESCRIPTION("AMD MCE decoder");
1150 MODULE_ALIAS("edac-mce-amd");
1151 MODULE_LICENSE("GPL");
1152 module_exit(mce_amd_exit
);