Searched refs:SMCA_UMC_V2 (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/x86/kernel/cpu/mce/ |
D | amd.c | 109 [SMCA_UMC_V2] = { "umc_v2", "Unified Memory Controller v2" }, 184 { SMCA_UMC_V2, HWID_MCATYPE(0x96, 0x1) }, 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()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | mce.h | 313 SMCA_UMC_V2, enumerator
|
/linux-6.6.21/drivers/edac/ |
D | mce_amd.c | 598 [SMCA_UMC_V2] = { smca_umc2_mce_desc, ARRAY_SIZE(smca_umc2_mce_desc) }, 1189 if ((bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2) && in decode_smca_error()
|
D | amd64_edac.c | 1035 if (smca_get_bank_type(m->extcpu, m->bank) != SMCA_UMC_V2) in fixup_node_id()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras.c | 3054 if (!m || !((smca_get_bank_type(m->extcpu, m->bank) == SMCA_UMC_V2) && in amdgpu_bad_page_notifier()
|