Lines Matching refs:location
65 dimm->location[i]); in edac_dimm_info_location()
88 char location[80]; in edac_mc_dump_dimm() local
90 edac_dimm_info_location(dimm, location, sizeof(location)); in edac_mc_dump_dimm()
94 number, location, dimm->csrow, dimm->cschannel); in edac_mc_dump_dimm()
417 dimm->location[j] = pos[j]; in edac_mc_alloc()
988 const char *location, in edac_ce_error() argument
1008 location, detail, other_detail); in edac_ce_error()
1013 location, detail); in edac_ce_error()
1042 const char *location, in edac_ue_error() argument
1058 location, detail, other_detail); in edac_ue_error()
1063 location, detail); in edac_ue_error()
1069 msg, msg_aux, label, location, detail, other_detail); in edac_ue_error()
1072 msg, msg_aux, label, location, detail); in edac_ue_error()
1103 edac_ce_error(mci, e->error_count, pos, e->msg, e->location, e->label, in edac_raw_mc_handle_error()
1111 edac_ue_error(mci, e->error_count, pos, e->msg, e->location, e->label, in edac_raw_mc_handle_error()
1212 if (top_layer >= 0 && top_layer != dimm->location[0]) in edac_mc_handle_error()
1214 if (mid_layer >= 0 && mid_layer != dimm->location[1]) in edac_mc_handle_error()
1216 if (low_layer >= 0 && low_layer != dimm->location[2]) in edac_mc_handle_error()
1280 p = e->location; in edac_mc_handle_error()
1290 if (p > e->location) in edac_mc_handle_error()