Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mcheck/
Dmce_intel.c133 if (machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned))) in mce_intel_cmci_poll()
253 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt()
345 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in cmci_recheck()
Dmce.c611 if (!(flags & MCP_TIMESTAMP)) in machine_check_poll()
1300 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_poll_banks)); in mce_timer_fn()
/arch/x86/include/asm/
Dmce.h223 MCP_TIMESTAMP = BIT(0), /* log time stamp */ enumerator