Lines Matching refs:mce_err
67 struct mce_error_info *mce_err) in mce_set_error_info() argument
69 mce->error_type = mce_err->error_type; in mce_set_error_info()
70 switch (mce_err->error_type) { in mce_set_error_info()
72 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()
75 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()
78 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()
81 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
84 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()
87 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()
90 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()
103 struct mce_error_info *mce_err, in save_mce_event() argument
131 mce->initiator = mce_err->initiator; in save_mce_event()
132 mce->severity = mce_err->severity; in save_mce_event()
133 mce->sync_error = mce_err->sync_error; in save_mce_event()
134 mce->error_class = mce_err->error_class; in save_mce_event()
139 mce_set_error_info(mce, mce_err); in save_mce_event()
168 mce->u.ue_error.ignore_event = mce_err->ignore_event; in save_mce_event()
272 struct mce_error_info *mce_err) in mce_common_process_ue() argument
278 mce_err->ignore_event = true; in mce_common_process_ue()