Searched refs:R4_MSG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | mce_amd.c | 442 pr_cont("Data/Tag %s error.\n", R4_MSG(ec)); in f12h_mc0_mce() 722 pr_cont(": %s error in the L2 cache tags.\n", R4_MSG(ec)); in k8_mc2_mce() 729 R4_MSG(ec), PP_MSG(ec)); in k8_mc2_mce() 735 R4_MSG(ec)); in k8_mc2_mce() 738 "access from L2.\n", R4_MSG(ec)); in k8_mc2_mce() 859 pr_cont(" during %s.\n", R4_MSG(ec)); in decode_mc3_mce() 1024 pr_cont(", mem-tx: %s", R4_MSG(ec)); in amd_decode_err_code()
|
H A D | mce_amd.h | 33 #define R4_MSG(x) ((R4(x) < 9) ? rrrr_msgs[R4(x)] : "Wrong R4!") macro
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | mce_amd.c | 633 pr_cont("Data/Tag %s error.\n", R4_MSG(ec)); in f12h_mc0_mce() 913 pr_cont(": %s error in the L2 cache tags.\n", R4_MSG(ec)); in k8_mc2_mce() 920 R4_MSG(ec), PP_MSG(ec)); in k8_mc2_mce() 926 R4_MSG(ec)); in k8_mc2_mce() 929 "access from L2.\n", R4_MSG(ec)); in k8_mc2_mce() 1050 pr_cont(" during %s.\n", R4_MSG(ec)); in decode_mc3_mce() 1209 pr_cont(", mem-tx: %s", R4_MSG(ec)); in amd_decode_err_code()
|
H A D | mce_amd.h | 33 #define R4_MSG(x) ((R4(x) < 9) ? rrrr_msgs[R4(x)] : "Wrong R4!") macro
|
Completed in 4 milliseconds