Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
Dintel.c139 if (machine_check_poll(0, this_cpu_ptr(&mce_banks_owned))) in mce_intel_cmci_poll()
259 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt()
351 machine_check_poll(0, this_cpu_ptr(&mce_banks_owned)); in cmci_recheck()
Dcore.c719 bool machine_check_poll(enum mcp_flags flags, mce_banks_t *b) in machine_check_poll() function
822 EXPORT_SYMBOL_GPL(machine_check_poll);
1542 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in mce_timer_fn()
1673 machine_check_poll(MCP_UC | MCP_QUEUE_LOG | m_fl, &all_banks); in __mcheck_cpu_init_generic()
Dinject.c136 machine_check_poll(0, &b); in raise_poll()
/arch/x86/include/asm/
Dmce.h270 bool machine_check_poll(enum mcp_flags flags, mce_banks_t *b);