Home
last modified time | relevance | path

Searched refs:R4_MSG (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/edac/
Dmce_amd.c153 pr_cont("Data/Tag %s error.\n", R4_MSG(ec)); in f12h_dc_mce()
414 pr_cont(": %s error in the L2 cache tags.\n", R4_MSG(ec)); in amd_decode_bu_mce()
421 R4_MSG(ec), PP_MSG(ec)); in amd_decode_bu_mce()
427 R4_MSG(ec)); in amd_decode_bu_mce()
430 "access from L2.\n", R4_MSG(ec)); in amd_decode_bu_mce()
503 pr_cont(" during %s.\n", R4_MSG(ec)); in amd_decode_ls_mce()
647 pr_cont(", mem-tx: %s", R4_MSG(ec)); in amd_decode_err_code()
Dmce_amd.h32 #define R4_MSG(x) ((R4(x) < 9) ? rrrr_msgs[R4(x)] : "Wrong R4!") macro