Searched refs:mce_hw_err (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | core.c | 92 static DEFINE_PER_CPU(struct mce_hw_err, hw_errs_seen); 141 void mce_prep_record(struct mce_hw_err *err) in mce_prep_record() 145 memset(err, 0, sizeof(struct mce_hw_err)); in mce_prep_record() 153 void mce_log(struct mce_hw_err *err) in mce_log() 176 static void __print_mce(struct mce_hw_err *err) in __print_mce() 225 static void print_mce(struct mce_hw_err *err) in print_mce() 264 static noinstr void mce_panic(const char *msg, struct mce_hw_err *final, char *exp) in mce_panic() 295 struct mce_hw_err *err = &l->err; in mce_panic() 305 struct mce_hw_err *err = &l->err; in mce_panic() 460 static noinstr void mce_gather_info(struct mce_hw_err *err, struct pt_regs *regs) in mce_gather_info() [all …]
|
| H A D | apei.c | 31 struct mce_hw_err err; in apei_mce_report_mem_error() 73 struct mce_hw_err err; in apei_smca_report_x86_error() 111 memset(&err, 0, sizeof(struct mce_hw_err)); in apei_smca_report_x86_error()
|
| H A D | genpool.c | 34 struct mce_hw_err *err1, *err2; in is_duplicate_mce_record() 97 bool mce_gen_pool_add(struct mce_hw_err *err) in mce_gen_pool_add()
|
| H A D | internal.h | 29 struct mce_hw_err err; 34 bool mce_gen_pool_add(struct mce_hw_err *err);
|
| H A D | inject.c | 506 struct mce_hw_err err; in do_inject()
|
| /linux/arch/x86/include/asm/ |
| H A D | mce.h | 217 struct mce_hw_err { struct 228 #define to_mce_hw_err(mce) container_of(mce, struct mce_hw_err, m) argument 266 void mce_prep_record(struct mce_hw_err *err); 267 void mce_log(struct mce_hw_err *err);
|
| /linux/include/trace/events/ |
| H A D | mce.h | 22 TP_PROTO(struct mce_hw_err *err),
|
| /linux/drivers/edac/ |
| H A D | mce_amd.c | 797 struct mce_hw_err *err = to_mce_hw_err(m); in amd_decode_mce()
|