Searched refs:MCI_STATUS_SYNDV (Results 1 – 6 of 6) sorted by relevance
49 #define MCI_STATUS_SYNDV BIT_ULL(53) /* synd reg. valid */ macro
1264 pr_cont("|%s", ((m->status & MCI_STATUS_SYNDV) ? "SyndV" : "-")); in amd_decode_mce()1294 if (m->status & MCI_STATUS_SYNDV) in amd_decode_mce()
3148 if (!(m->status & MCI_STATUS_SYNDV)) { in decode_umc_error()
516 i_mce.status |= MCI_STATUS_SYNDV; in do_inject()
747 if (m.status & MCI_STATUS_SYNDV) in __log_error()
636 if (m->status & MCI_STATUS_SYNDV) in mce_read_aux()
Completed in 27 milliseconds