Lines Matching full:mce
5 #include <uapi/asm/mce.h>
136 /* mce.kflags flag bits for logging etc. */
145 * Indicates an MCE which has happened in kernel space but from
153 * Indicates an MCE that happened in kernel space while copying data
161 * This structure contains all data related to the MCE log. Also
171 unsigned recordlen; /* length of struct mce */
172 struct mce entry[];
222 void mce_setup(struct mce *m);
223 void mce_log(struct mce *m);
246 bool mce_is_memory_error(struct mce *m);
247 bool mce_is_correctable(struct mce *m);
248 int mce_usable_address(struct mce *m);
266 DECLARE_PER_CPU(struct mce, injectm);
337 extern bool amd_mce_is_memory_error(struct mce *m);
348 static inline bool amd_mce_is_memory_error(struct mce *m) { return false; }; in amd_mce_is_memory_error()