Searched refs:dont_log_ce (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dmce.h110 bool dont_log_ce; member in struct:mca_config
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce.c629 if (!(flags & MCP_DONTLOG) && !mca_cfg.dont_log_ce) { machine_check_poll()
1996 * mce=dont_log_ce Clears corrected events silently, no log created for CEs.
2021 else if (!strcmp(str, "dont_log_ce")) mcheck_enable()
2022 cfg->dont_log_ce = true; mcheck_enable()
2268 static DEVICE_BOOL_ATTR(dont_log_ce, 0644, mca_cfg.dont_log_ce);

Completed in 83 milliseconds