Lines Matching refs:mstart
129 unsigned long mstart, mend;
131 mstart = image->segment[i].mem;
132 mend = mstart + image->segment[i].memsz;
133 if (mstart > mend)
135 if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK))
147 unsigned long mstart, mend;
150 mstart = image->segment[i].mem;
151 mend = mstart + image->segment[i].memsz;
158 if ((mend > pstart) && (mstart < pend))
201 unsigned long mstart, mend;
203 mstart = image->segment[i].mem;
204 mend = mstart + image->segment[i].memsz - 1;
206 if ((mstart < phys_to_boot_phys(crashk_res.start)) ||
256 unsigned long mstart, mend;
258 mstart = image->segment[i].mem;
259 mend = mstart + image->segment[i].memsz - 1;
260 if ((end >= mstart) && (start <= mend))
425 unsigned long mstart, mend;
427 mstart = image->segment[i].mem;
428 mend = mstart + image->segment[i].memsz - 1;
429 if ((hole_end >= mstart) && (hole_start <= mend)) {