Home
last modified time | relevance | path

Searched refs:MCI_STATUS_SCRUB (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dmce.h52 #define MCI_STATUS_SCRUB BIT_ULL(40) /* Error detected during scrub operation */ macro
/openbmc/linux/drivers/edac/
H A Dmce_amd.c1282 pr_cont("|%s", (m->status & MCI_STATUS_SCRUB ? "Scrub" : "-")); in amd_decode_mce()