Searched refs:SMCA_IF (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | amd.c | 97 [SMCA_IF] = { "insn_fetch", "Instruction Fetch Unit" }, 169 { SMCA_IF, HWID_MCATYPE(0xB0, 0x1) }, 622 bank_type == SMCA_IF && XEC(m->status, 0x3f) == 10) in amd_filter_mce() 654 if (smca_get_bank_type(smp_processor_id(), bank) != SMCA_IF) in disable_err_thresholding()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | mce.h | 302 SMCA_IF, /* Instruction Fetch */ enumerator
|
/openbmc/linux/drivers/edac/ |
H A D | mce_amd.c | 588 [SMCA_IF] = { smca_if_mce_desc, ARRAY_SIZE(smca_if_mce_desc) },
|