Lines Matching refs:location
127 dimm->location[i]); in edac_dimm_info_location()
150 char location[80]; in edac_mc_dump_dimm() local
152 edac_dimm_info_location(dimm, location, sizeof(location)); in edac_mc_dump_dimm()
156 number, location, dimm->csrow, dimm->cschannel); in edac_mc_dump_dimm()
456 dimm->location[j] = pos[j]; in edac_mc_alloc()
962 const char *location, in edac_ce_error() argument
982 location, detail, other_detail); in edac_ce_error()
987 location, detail); in edac_ce_error()
1016 const char *location, in edac_ue_error() argument
1032 location, detail, other_detail); in edac_ue_error()
1037 location, detail); in edac_ue_error()
1043 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1046 msg, msg_aux, label, location, detail); in edac_ue_error()
1065 edac_ce_error(mci, e->error_count, pos, e->msg, e->location, e->label, in edac_raw_mc_handle_error()
1073 edac_ue_error(mci, e->error_count, pos, e->msg, e->location, e->label, in edac_raw_mc_handle_error()
1156 if (top_layer >= 0 && top_layer != dimm->location[0]) in edac_mc_handle_error()
1158 if (mid_layer >= 0 && mid_layer != dimm->location[1]) in edac_mc_handle_error()
1160 if (low_layer >= 0 && low_layer != dimm->location[2]) in edac_mc_handle_error()
1224 p = e->location; in edac_mc_handle_error()
1234 if (p > e->location) in edac_mc_handle_error()