Searched refs:MCG_STATUS_EIPV (Results 1 – 3 of 3) sorted by relevance
67 MCGMASK(MCG_STATUS_RIPV|MCG_STATUS_EIPV, 0, PANIC,109 if (m->mcgstatus & MCG_STATUS_EIPV) in error_context()
220 !(m->mcgstatus & MCG_STATUS_EIPV) ? " !INEXACT!" : "", in print_mce()461 if (regs && (m->mcgstatus & (MCG_STATUS_RIPV|MCG_STATUS_EIPV))) { in mce_get_rip()
21 #define MCG_STATUS_EIPV (1ULL<<1) /* ip points to correct instruction */ macro