Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c88 static DEFINE_PER_CPU_READ_MOSTLY(u8[N_SMCA_BANK_TYPES], smca_bank_counts);
130 if (t >= N_SMCA_BANK_TYPES) in smca_get_name()
138 if (t >= N_SMCA_BANK_TYPES) in smca_get_long_name()
150 return N_SMCA_BANK_TYPES; in smca_get_bank_type()
154 return N_SMCA_BANK_TYPES; in smca_get_bank_type()
1052 if (bank_type >= N_SMCA_BANK_TYPES) in get_name()
/openbmc/linux/arch/x86/include/asm/
H A Dmce.h333 N_SMCA_BANK_TYPES enumerator
/openbmc/linux/drivers/edac/
H A Dmce_amd.c1173 if (bank_type >= N_SMCA_BANK_TYPES) in decode_smca_error()