Searched refs:mce_err (Results 1 – 3 of 3) sorted by relevance
186 static void mce_get_common_ierror(struct mce_error_info *mce_err, uint64_t srr1) in mce_get_common_ierror() argument190 mce_err->error_type = MCE_ERROR_TYPE_SLB; in mce_get_common_ierror()191 mce_err->u.slb_error_type = MCE_SLB_ERROR_PARITY; in mce_get_common_ierror()194 mce_err->error_type = MCE_ERROR_TYPE_SLB; in mce_get_common_ierror()195 mce_err->u.slb_error_type = MCE_SLB_ERROR_MULTIHIT; in mce_get_common_ierror()198 mce_err->error_type = MCE_ERROR_TYPE_TLB; in mce_get_common_ierror()199 mce_err->u.tlb_error_type = MCE_TLB_ERROR_MULTIHIT; in mce_get_common_ierror()203 mce_err->error_type = MCE_ERROR_TYPE_UE; in mce_get_common_ierror()204 mce_err->u.ue_error_type = MCE_UE_ERROR_IFETCH; in mce_get_common_ierror()207 mce_err->error_type = MCE_ERROR_TYPE_UE; in mce_get_common_ierror()[all …]
45 struct mce_error_info *mce_err) in mce_set_error_info() argument47 mce->error_type = mce_err->error_type; in mce_set_error_info()48 switch (mce_err->error_type) { in mce_set_error_info()50 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()53 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()56 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()59 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()72 struct mce_error_info *mce_err, in save_mce_event() argument106 mce_set_error_info(mce, mce_err); in save_mce_event()
190 struct mce_error_info *mce_err, uint64_t nip,