Searched refs:MCG_STATUS_EIPV (Results 1 – 3 of 3) sorted by relevance
83 EXCP, MCGMASK(MCG_STATUS_RIPV|MCG_STATUS_EIPV, 0)123 MCGMASK(MCG_STATUS_RIPV|MCG_STATUS_EIPV, MCG_STATUS_RIPV)
260 !(m->mcgstatus & MCG_STATUS_EIPV) ? " !INEXACT!" : "", in print_mce()447 if (m->mcgstatus & (MCG_STATUS_RIPV|MCG_STATUS_EIPV)) { in mce_gather_info()1492 if ((m->mcgstatus & (MCG_STATUS_EIPV|MCG_STATUS_RIPV)) != 0) in quirk_sandybridge_ifu()1503 m->mcgstatus |= MCG_STATUS_EIPV; in quirk_sandybridge_ifu()
23 #define MCG_STATUS_EIPV (1ULL<<1) /* ip points to correct instruction */ macro