Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c165 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt()
315 machine_check_poll(0, this_cpu_ptr(&mce_banks_owned)); in cmci_recheck()
400 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in cmci_mc_poll_banks()
H A Dcore.c692 void machine_check_poll(enum mcp_flags flags, mce_banks_t *b) in machine_check_poll() function
800 EXPORT_SYMBOL_GPL(machine_check_poll);
1686 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in mc_poll_banks_default()
1832 machine_check_poll(MCP_UC | MCP_QUEUE_LOG | m_fl, &all_banks); in __mcheck_cpu_init_generic()
H A Dinject.c151 machine_check_poll(0, &b); in raise_poll()
/linux/arch/x86/include/asm/
H A Dmce.h265 void machine_check_poll(enum mcp_flags flags, mce_banks_t *b);