Home
last modified time | relevance | path

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

/linux-6.15/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.c207 if (err->vendor.amd.synd2) in __print_mce()
208 pr_cont("SYND2 %llx ", err->vendor.amd.synd2); in __print_mce()
710 err->vendor.amd.synd2 = mce_rdmsrl(MSR_AMD64_SMCA_MCx_SYND2(i)); in mce_read_aux()
H A Damd.c813 rdmsrl(MSR_AMD64_SMCA_MCx_SYND2(bank), err.vendor.amd.synd2); in __log_error()
/linux-6.15/arch/x86/include/asm/
H A Dmce.h215 u64 synd2; /* MCA_SYND2 MSR */ member
/linux-6.15/drivers/edac/
H A Dmce_amd.c860 memcpy(&frutext[8], &err->vendor.amd.synd2, 8); in amd_decode_mce()