Lines Matching full:mce
5 #include <uapi/asm/mce.h>
138 /* mce.kflags flag bits for logging etc. */
147 * Indicates an MCE which has happened in kernel space but from
155 * Indicates an MCE that happened in kernel space while copying data
163 * This structure contains all data related to the MCE log. Also
173 unsigned recordlen; /* length of struct mce */
174 struct mce entry[];
224 void mce_prep_record(struct mce *m);
225 void mce_log(struct mce *m);
248 bool mce_is_memory_error(struct mce *m);
249 bool mce_is_correctable(struct mce *m);
250 bool mce_usable_address(struct mce *m);
269 DECLARE_PER_CPU(struct mce, injectm);
342 extern bool amd_mce_is_memory_error(struct mce *m);
353 static inline bool amd_mce_is_memory_error(struct mce *m) { return false; }; in amd_mce_is_memory_error()