Lines Matching defs:location
71 dimm->location[i]);
92 char location[80];
97 edac_dimm_info_location(dimm, location, sizeof(location));
101 dimm->idx, location, dimm->csrow, dimm->cschannel);
286 * Copy DIMM location and initialize it.
299 dimm->location[layer] = pos[layer];
307 /* Increment csrow location */
322 /* Increment dimm location */
841 e->label, e->location, e->page_frame_number, e->offset_in_page,
878 e->label, e->location, e->page_frame_number, e->offset_in_page,
890 e->label, e->location, e->page_frame_number, e->offset_in_page,
981 * Check if the event report is consistent and if the memory location is
1021 if (top_layer >= 0 && top_layer != dimm->location[0])
1023 if (mid_layer >= 0 && mid_layer != dimm->location[1])
1025 if (low_layer >= 0 && low_layer != dimm->location[2])
1075 /* Fill the RAM location data */
1076 p = e->location;
1077 end = p + sizeof(e->location);