Searched refs:MCI_STATUS_TCC (Results 1 – 3 of 3) sorted by relevance
47 #define MCI_STATUS_TCC BIT_ULL(55) /* Task context corrupt */ macro
312 (m->status & MCI_STATUS_TCC) && in mce_severity_amd_smca()
1078 pr_cont("|%s", ((m->status & MCI_STATUS_TCC) ? "TCC" : "-")); in amd_decode_mce()