Searched defs:mce_log (Results 1 – 2 of 2) sorted by relevance
85 struct mce_log { struct86 char signature[12]; /* "MACHINECHECK" */87 unsigned len; /* = MCE_LOG_LEN */88 unsigned next;89 unsigned flags;90 unsigned recordlen; /* length of struct mce */91 struct mce entry[MCE_LOG_LEN];
161 void mce_log(struct mce *mce) in mce_log() function