Lines Matching refs:mce
32 struct mce mce; member
37 int mce_gen_pool_add(struct mce *mce);
41 extern int (*mce_severity)(struct mce *a, struct pt_regs *regs,
55 bool intel_filter_mce(struct mce *m);
64 static inline bool intel_filter_mce(struct mce *m) { return false; }; in intel_filter_mce()
70 int apei_write_mce(struct mce *m);
71 ssize_t apei_read_mce(struct mce *m, u64 *record_id);
75 static inline int apei_write_mce(struct mce *m) in apei_write_mce()
79 static inline ssize_t apei_read_mce(struct mce *m, u64 *record_id) in apei_read_mce()
99 static inline bool mce_cmp(struct mce *m1, struct mce *m2) in mce_cmp()
181 extern bool filter_mce(struct mce *m);
184 extern bool amd_filter_mce(struct mce *m);
186 static inline bool amd_filter_mce(struct mce *m) { return false; }; in amd_filter_mce()