Searched refs:machine_check_poll (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | intel.c | 166 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt() 316 machine_check_poll(0, this_cpu_ptr(&mce_banks_owned)); in cmci_recheck() 401 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in cmci_mc_poll_banks()
|
| H A D | core.c | 816 void machine_check_poll(enum mcp_flags flags, mce_banks_t *b) in machine_check_poll() function 882 EXPORT_SYMBOL_GPL(machine_check_poll); 1781 machine_check_poll(0, this_cpu_ptr(&mce_poll_banks)); in mc_poll_banks_default() 1913 machine_check_poll(MCP_UC | MCP_QUEUE_LOG, &all_banks); in __mcheck_cpu_init_prepare_banks()
|
| H A D | amd.c | 852 machine_check_poll(MCP_TIMESTAMP, &this_cpu_ptr(&mce_amd_data)->dfr_intr_banks); in amd_deferred_error_interrupt() 871 machine_check_poll(MCP_TIMESTAMP, &this_cpu_ptr(&mce_amd_data)->thr_intr_banks); in amd_threshold_interrupt()
|
| H A D | inject.c | 152 machine_check_poll(0, &b); in raise_poll()
|
| /linux/arch/x86/include/asm/ |
| H A D | mce.h | 306 void machine_check_poll(enum mcp_flags flags, mce_banks_t *b);
|