Searched defs:mce_log (Results 1 – 2 of 2) sorted by relevance
91 struct mce_log { struct92 char signature[12]; /* "MACHINECHECK" */93 unsigned len; /* = MCE_LOG_LEN */94 unsigned next;95 unsigned flags;96 unsigned recordlen; /* length of struct mce */97 struct mce entry[MCE_LOG_LEN];
141 void mce_log(struct mce *mce) in mce_log() function