Searched refs:MCI_STATUS_UC (Results 1 - 2 of 2) sorted by relevance

/external/qemu/target-i386/
H A Dhelper.c1482 if ((status & MCI_STATUS_UC) && (mcg_cap & MCG_CTL_P) &&
1490 if ((status & MCI_STATUS_UC) && banks[0] != ~(uint64_t)0)
1492 if (status & MCI_STATUS_UC) {
1509 || !(banks[1] & MCI_STATUS_UC)) {
H A Dcpu.h263 #define MCI_STATUS_UC (1ULL<<61) /* uncorrected error */ macro

Completed in 57 milliseconds