Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/mce/
Damd.c82 [SMCA_IF] = { "insn_fetch", "Instruction Fetch Unit" },
143 { SMCA_IF, HWID_MCATYPE(0xB0, 0x1) },
584 bank_type == SMCA_IF && XEC(m->status, 0x3f) == 10) in amd_filter_mce()
616 if (smca_get_bank_type(bank) != SMCA_IF) in disable_err_thresholding()
/Linux-v5.10/arch/x86/include/asm/
Dmce.h324 SMCA_IF, /* Instruction Fetch */ enumerator
/Linux-v5.10/drivers/edac/
Dmce_amd.c411 [SMCA_IF] = { smca_if_mce_desc, ARRAY_SIZE(smca_if_mce_desc) },