Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c91 [SMCA_UMC] = { "umc", "Unified Memory Controller" },
154 { SMCA_UMC, HWID_MCATYPE(0x96, 0x0), 0x3F },
788 return smca_get_bank_type(m->bank) == SMCA_UMC && xec == 0x0; in amd_mce_is_memory_error()
1104 if (b && bank_type == SMCA_UMC) { in get_name()
/Linux-v4.19/arch/x86/include/asm/
Dmce.h304 SMCA_UMC, /* Unified Memory Controller */ enumerator
/Linux-v4.19/drivers/edac/
Dmce_amd.c303 [SMCA_UMC] = { smca_umc_mce_desc, ARRAY_SIZE(smca_umc_mce_desc) },
886 if (bank_type == SMCA_UMC && xec == 0 && decode_dram_ecc) in decode_smca_error()