Home
last modified time | relevance | path

Searched refs:SMCA_UMC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c108 [SMCA_UMC] = { "umc", "Unified Memory Controller" },
183 { SMCA_UMC, HWID_MCATYPE(0x96, 0x0) },
724 return (bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2) && xec == 0x0; in amd_mce_is_memory_error()
1055 if (b && (bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2)) { in get_name()
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h312 SMCA_UMC, /* Unified Memory Controller */ enumerator
/openbmc/linux/drivers/edac/
H A Dmce_amd.c597 [SMCA_UMC] = { smca_umc_mce_desc, ARRAY_SIZE(smca_umc_mce_desc) },
1189 if ((bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2) && in decode_smca_error()