Lines Matching +full:poll +full:- +full:interval
1 // SPDX-License-Identifier: GPL-2.0
16 #include <asm/intel-family.h>
143 * Reset the counter if we've logged an error in the last poll in mce_intel_cmci_poll()
183 unsigned long cmci_intel_adjust_timer(unsigned long interval) in cmci_intel_adjust_timer() argument
195 * We switch back to interrupt mode once the poll timer has in cmci_intel_adjust_timer()
197 * interval is back to our poll interval. in cmci_intel_adjust_timer()
218 /* We have shiny weather. Let the poll do whatever it thinks. */ in cmci_intel_adjust_timer()
219 return interval; in cmci_intel_adjust_timer()
251 pr_notice("CMCI storm detected: switching to poll mode\n"); in cmci_storm_detect()
319 /* Did the enable bit stick? -- the bank supports CMCI */ in cmci_discover()
498 switch (c->x86_model) { in intel_imc_init()
527 if ((c->x86 == 6) && in intel_filter_mce()
528 ((c->x86_model == INTEL_FAM6_HASWELL) || in intel_filter_mce()
529 (c->x86_model == INTEL_FAM6_HASWELL_L) || in intel_filter_mce()
530 (c->x86_model == INTEL_FAM6_BROADWELL) || in intel_filter_mce()
531 (c->x86_model == INTEL_FAM6_HASWELL_G) || in intel_filter_mce()
532 (c->x86_model == INTEL_FAM6_SKYLAKE_X)) && in intel_filter_mce()
533 (m->bank == 0) && in intel_filter_mce()
534 ((m->status & 0xa0000000ffffffff) == 0x80000000000f0005)) in intel_filter_mce()