Home
last modified time | relevance | path

Searched refs:synd2 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c128 err.vendor.amd.synd2 = *(i_mce + 14); in apei_smca_report_x86_error()
H A Dcore.c208 if (err->vendor.amd.synd2) in __print_mce()
209 pr_cont("SYND2 %llx ", err->vendor.amd.synd2); in __print_mce()
714 err->vendor.amd.synd2 = mce_rdmsrq(MSR_AMD64_SMCA_MCx_SYND2(i)); in mce_read_aux()
/linux/arch/x86/include/asm/
H A Dmce.h223 u64 synd2; /* MCA_SYND2 MSR */ member
/linux/drivers/edac/
H A Dmce_amd.c861 memcpy(&frutext[8], &err->vendor.amd.synd2, 8); in amd_decode_mce()