last_cumul_size  1071 drivers/edac/e752x_edac.c 	unsigned long last_cumul_size;
last_cumul_size  1094 drivers/edac/e752x_edac.c 	for (last_cumul_size = index = 0; index < mci->nr_csrows; index++) {
last_cumul_size  1104 drivers/edac/e752x_edac.c 		if (cumul_size == last_cumul_size)
last_cumul_size  1107 drivers/edac/e752x_edac.c 		csrow->first_page = last_cumul_size;
last_cumul_size  1109 drivers/edac/e752x_edac.c 		nr_pages = cumul_size - last_cumul_size;
last_cumul_size  1110 drivers/edac/e752x_edac.c 		last_cumul_size = cumul_size;
last_cumul_size   357 drivers/edac/e7xxx_edac.c 	unsigned long last_cumul_size;
last_cumul_size   370 drivers/edac/e7xxx_edac.c 	last_cumul_size = 0;
last_cumul_size   386 drivers/edac/e7xxx_edac.c 		if (cumul_size == last_cumul_size)
last_cumul_size   389 drivers/edac/e7xxx_edac.c 		csrow->first_page = last_cumul_size;
last_cumul_size   391 drivers/edac/e7xxx_edac.c 		nr_pages = cumul_size - last_cumul_size;
last_cumul_size   392 drivers/edac/e7xxx_edac.c 		last_cumul_size = cumul_size;
last_cumul_size   315 drivers/edac/i3000_edac.c 	unsigned long last_cumul_size, nr_pages;
last_cumul_size   390 drivers/edac/i3000_edac.c 	for (last_cumul_size = i = 0; i < mci->nr_csrows; i++) {
last_cumul_size   400 drivers/edac/i3000_edac.c 		if (cumul_size == last_cumul_size)
last_cumul_size   403 drivers/edac/i3000_edac.c 		csrow->first_page = last_cumul_size;
last_cumul_size   405 drivers/edac/i3000_edac.c 		nr_pages = cumul_size - last_cumul_size;
last_cumul_size   406 drivers/edac/i3000_edac.c 		last_cumul_size = cumul_size;
last_cumul_size   145 drivers/edac/i82860_edac.c 	unsigned long last_cumul_size;
last_cumul_size   155 drivers/edac/i82860_edac.c 	last_cumul_size = 0;
last_cumul_size   171 drivers/edac/i82860_edac.c 		if (cumul_size == last_cumul_size)
last_cumul_size   174 drivers/edac/i82860_edac.c 		csrow->first_page = last_cumul_size;
last_cumul_size   176 drivers/edac/i82860_edac.c 		dimm->nr_pages = cumul_size - last_cumul_size;
last_cumul_size   177 drivers/edac/i82860_edac.c 		last_cumul_size = cumul_size;
last_cumul_size   347 drivers/edac/i82875p_edac.c 	unsigned long last_cumul_size;
last_cumul_size   354 drivers/edac/i82875p_edac.c 	last_cumul_size = 0;
last_cumul_size   368 drivers/edac/i82875p_edac.c 		if (cumul_size == last_cumul_size)
last_cumul_size   371 drivers/edac/i82875p_edac.c 		csrow->first_page = last_cumul_size;
last_cumul_size   373 drivers/edac/i82875p_edac.c 		nr_pages = cumul_size - last_cumul_size;
last_cumul_size   374 drivers/edac/i82875p_edac.c 		last_cumul_size = cumul_size;
last_cumul_size   365 drivers/edac/i82975x_edac.c 	unsigned long last_cumul_size;
last_cumul_size   371 drivers/edac/i82975x_edac.c 	last_cumul_size = 0;
last_cumul_size   397 drivers/edac/i82975x_edac.c 		nr_pages = cumul_size - last_cumul_size;
last_cumul_size   424 drivers/edac/i82975x_edac.c 		csrow->first_page = last_cumul_size;
last_cumul_size   426 drivers/edac/i82975x_edac.c 		last_cumul_size = cumul_size;