Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dmce.h51 #define MCI_STATUS_POISON BIT_ULL(43) /* access poisonous data */ macro
/Linux-v6.1/drivers/edac/
Dmce_amd.c1277 pr_cont("|%s", (m->status & MCI_STATUS_POISON ? "Poison" : "-")); in amd_decode_mce()