Home
last modified time | relevance | path

Searched refs:NUM_HISTORY_BITS (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/mce/
H A Dthreshold.c139 if (shift < NUM_HISTORY_BITS) in mce_track_storm()
H A Dinternal.h96 #define NUM_HISTORY_BITS (sizeof(u64) * BITS_PER_BYTE) macro