Searched defs:mce_log (Results 1 – 2 of 2) sorted by relevance
135 struct mce_log { struct136 char signature[12]; /* "MACHINECHECK" */137 unsigned len; /* = MCE_LOG_LEN */138 unsigned next;139 unsigned flags;140 unsigned recordlen; /* length of struct mce */141 struct mce entry[MCE_LOG_LEN];
159 void mce_log(struct mce *mce) in mce_log() function