Lines Matching refs:mce_err
51 struct mce_error_info *mce_err) in mce_set_error_info() argument
53 mce->error_type = mce_err->error_type; in mce_set_error_info()
54 switch (mce_err->error_type) { in mce_set_error_info()
56 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()
59 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()
62 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()
65 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
68 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()
71 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()
74 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()
87 struct mce_error_info *mce_err, in save_mce_event() argument
115 mce->initiator = mce_err->initiator; in save_mce_event()
116 mce->severity = mce_err->severity; in save_mce_event()
117 mce->sync_error = mce_err->sync_error; in save_mce_event()
118 mce->error_class = mce_err->error_class; in save_mce_event()
123 mce_set_error_info(mce, mce_err); in save_mce_event()
152 mce->u.ue_error.ignore_event = mce_err->ignore_event; in save_mce_event()