Lines Matching refs:location
60 dimm->location[i]); in edac_dimm_info_location()
83 char location[80]; in edac_mc_dump_dimm() local
85 edac_dimm_info_location(dimm, location, sizeof(location)); in edac_mc_dump_dimm()
89 number, location, dimm->csrow, dimm->cschannel); in edac_mc_dump_dimm()
412 dimm->location[j] = pos[j]; in edac_mc_alloc()
983 const char *location, in edac_ce_error() argument
1003 location, detail, other_detail); in edac_ce_error()
1008 location, detail); in edac_ce_error()
1037 const char *location, in edac_ue_error() argument
1053 location, detail, other_detail); in edac_ue_error()
1058 location, detail); in edac_ue_error()
1064 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1067 msg, msg_aux, label, location, detail); in edac_ue_error()
1098 edac_ce_error(mci, e->error_count, pos, e->msg, e->location, e->label, in edac_raw_mc_handle_error()
1106 edac_ue_error(mci, e->error_count, pos, e->msg, e->location, e->label, in edac_raw_mc_handle_error()
1207 if (top_layer >= 0 && top_layer != dimm->location[0]) in edac_mc_handle_error()
1209 if (mid_layer >= 0 && mid_layer != dimm->location[1]) in edac_mc_handle_error()
1211 if (low_layer >= 0 && low_layer != dimm->location[2]) in edac_mc_handle_error()
1275 p = e->location; in edac_mc_handle_error()
1285 if (p > e->location) in edac_mc_handle_error()