Home
last modified time | relevance | path

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

/linux-6.15/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.c205 if (err->vendor.amd.synd1) in __print_mce()
206 pr_cont("SYND1 %llx ", err->vendor.amd.synd1); in __print_mce()
709 err->vendor.amd.synd1 = mce_rdmsrl(MSR_AMD64_SMCA_MCx_SYND1(i)); in mce_read_aux()
H A Damd.c812 rdmsrl(MSR_AMD64_SMCA_MCx_SYND1(bank), err.vendor.amd.synd1); in __log_error()
/linux-6.15/arch/x86/include/asm/
H A Dmce.h214 u64 synd1; /* MCA_SYND1 MSR */ member
/linux-6.15/drivers/edac/
H A Dmce_amd.c859 memcpy(&frutext[0], &err->vendor.amd.synd1, 8); in amd_decode_mce()