Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/mce/
H A Dinternal.h68 bool mce_get_storm_mode(void);
75 static inline bool mce_get_storm_mode(void) { return false; } in mce_get_storm_mode() function
H A Dthreshold.c50 bool mce_get_storm_mode(void) in mce_get_storm_mode() function
H A Dcore.c1764 if (mce_get_storm_mode()) { in mce_timer_fn()