Lines Matching defs:location
71 dimm->location[i]);
94 char location[80];
99 edac_dimm_info_location(dimm, location, sizeof(location));
103 dimm->idx, location, dimm->csrow, dimm->cschannel);
335 * Copy DIMM location and initialize it.
348 dimm->location[layer] = pos[layer];
359 /* Increment csrow location */
374 /* Increment dimm location */
910 e->label, e->location, e->page_frame_number, e->offset_in_page,
947 e->label, e->location, e->page_frame_number, e->offset_in_page,
959 e->label, e->location, e->page_frame_number, e->offset_in_page,
1049 * Check if the event report is consistent and if the memory location is
1087 if (top_layer >= 0 && top_layer != dimm->location[0])
1089 if (mid_layer >= 0 && mid_layer != dimm->location[1])
1091 if (low_layer >= 0 && low_layer != dimm->location[2])
1145 /* Fill the RAM location data */
1146 p = e->location;
1156 if (p > e->location)