Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/mce/
Damd.c97 [SMCA_IF] = { "insn_fetch", "Instruction Fetch Unit" },
169 { SMCA_IF, HWID_MCATYPE(0xB0, 0x1) },
620 bank_type == SMCA_IF && XEC(m->status, 0x3f) == 10) in amd_filter_mce()
652 if (smca_get_bank_type(smp_processor_id(), bank) != SMCA_IF) in disable_err_thresholding()
/linux-6.1.9/arch/x86/include/asm/
Dmce.h299 SMCA_IF, /* Instruction Fetch */ enumerator
/linux-6.1.9/drivers/edac/
Dmce_amd.c588 [SMCA_IF] = { smca_if_mce_desc, ARRAY_SIZE(smca_if_mce_desc) },