Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c132 err.vendor.amd.synd1 = *(i_mce + 13); in apei_smca_report_x86_error()
H A Dcore.c206 if (err->vendor.amd.synd1) in __print_mce()
207 pr_cont("SYND1 %llx ", err->vendor.amd.synd1); in __print_mce()
713 err->vendor.amd.synd1 = mce_rdmsrq(MSR_AMD64_SMCA_MCx_SYND1(i)); in mce_read_aux()
/linux/arch/x86/include/asm/
H A Dmce.h222 u64 synd1; /* MCA_SYND1 MSR */ member
/linux/drivers/edac/
H A Dmce_amd.c860 memcpy(&frutext[0], &err->vendor.amd.synd1, 8); in amd_decode_mce()