Searched refs:mce_err (Results 1 – 3 of 3) sorted by relevance
486 struct mce_error_info *mce_err, uint64_t *addr, in mce_handle_ierror() argument518 mce_err->error_type = table[i].error_type; in mce_handle_ierror()519 mce_err->error_class = table[i].error_class; in mce_handle_ierror()522 mce_err->u.ue_error_type = table[i].error_subtype; in mce_handle_ierror()525 mce_err->u.slb_error_type = table[i].error_subtype; in mce_handle_ierror()528 mce_err->u.erat_error_type = table[i].error_subtype; in mce_handle_ierror()531 mce_err->u.tlb_error_type = table[i].error_subtype; in mce_handle_ierror()534 mce_err->u.user_error_type = table[i].error_subtype; in mce_handle_ierror()537 mce_err->u.ra_error_type = table[i].error_subtype; in mce_handle_ierror()540 mce_err->u.link_error_type = table[i].error_subtype; in mce_handle_ierror()[all …]
50 struct mce_error_info *mce_err) in mce_set_error_info() argument52 mce->error_type = mce_err->error_type; in mce_set_error_info()53 switch (mce_err->error_type) { in mce_set_error_info()55 mce->u.ue_error.ue_error_type = mce_err->u.ue_error_type; in mce_set_error_info()58 mce->u.slb_error.slb_error_type = mce_err->u.slb_error_type; in mce_set_error_info()61 mce->u.erat_error.erat_error_type = mce_err->u.erat_error_type; in mce_set_error_info()64 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()67 mce->u.user_error.user_error_type = mce_err->u.user_error_type; in mce_set_error_info()70 mce->u.ra_error.ra_error_type = mce_err->u.ra_error_type; in mce_set_error_info()73 mce->u.link_error.link_error_type = mce_err->u.link_error_type; in mce_set_error_info()[all …]
228 struct mce_error_info *mce_err, uint64_t nip,237 struct mce_error_info *mce_err);