Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmce.h301 MCP_TIMESTAMP = BIT(0), /* log time stamp */ enumerator
/linux/arch/x86/kernel/cpu/mce/
H A Dintel.c166 machine_check_poll(MCP_TIMESTAMP, this_cpu_ptr(&mce_banks_owned)); in intel_threshold_interrupt()
H A Damd.c852 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 Dcore.c828 if (flags & MCP_TIMESTAMP) in machine_check_poll()