Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmce.h48 #define MCI_STATUS_TCC BIT_ULL(55) /* Task context corrupt */ macro
/linux-6.1.9/drivers/edac/
Dmce_amd.c1262 pr_cont("|%s", ((m->status & MCI_STATUS_TCC) ? "TCC" : "-")); in amd_decode_mce()