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