Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dinternal.h45 bool mce_intel_cmci_poll(void);
54 static inline bool mce_intel_cmci_poll(void) { return false; } in mce_intel_cmci_poll() function
H A Dintel.c137 bool mce_intel_cmci_poll(void) in mce_intel_cmci_poll() function
H A Dcore.c1669 if (mce_intel_cmci_poll()) { in mce_timer_fn()