Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Damd.c104 [SMCA_UMC_V2] = "umc_v2",
174 { SMCA_UMC_V2, HWID_MCATYPE(0x96, 0x1) },
730 return bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2; in smca_mce_is_memory_error()
1105 if (b && (bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2)) { in get_name()
/linux/arch/x86/include/asm/
H A Dmce.h316 SMCA_UMC_V2, enumerator
/linux/drivers/edac/
H A Dmce_amd.c704 [SMCA_UMC_V2] = "Unified Memory Controller v2",
747 if ((bank_type == SMCA_UMC || bank_type == SMCA_UMC_V2) && in decode_smca_error()
H A Damd64_edac.c1045 if (smca_get_bank_type(m->extcpu, m->bank) != SMCA_UMC_V2) in fixup_node_id()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.c4173 if (!m || !((smca_get_bank_type(m->extcpu, m->bank) == SMCA_UMC_V2) && in amdgpu_bad_page_notifier()