Home
last modified time | relevance | path

Searched refs:MCG_BANKCNT_MASK (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmce.h12 #define MCG_BANKCNT_MASK 0xff /* Number of Banks */ macro
/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c98 *banks = min_t(unsigned, MAX_NR_BANKS, cap & MCG_BANKCNT_MASK); in cmci_supported()
H A Dinject.c594 n_banks = cap & MCG_BANKCNT_MASK; in inj_bank_set()
H A Dcore.c1876 b = cap & MCG_BANKCNT_MASK; in __mcheck_cpu_cap_init()