MCI_STATUS_UC
#define MCI_STATUS_UC BIT_ULL(61) /* uncorrected error */
#define MCI_STATUS_UC (1ULL << 61) /* uncorrected error */