Lines Matching refs:mstart

132 		unsigned long mstart, mend;  in sanity_check_segment_list()  local
134 mstart = image->segment[i].mem; in sanity_check_segment_list()
135 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list()
136 if (mstart > mend) in sanity_check_segment_list()
138 if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK)) in sanity_check_segment_list()
150 unsigned long mstart, mend; in sanity_check_segment_list() local
153 mstart = image->segment[i].mem; in sanity_check_segment_list()
154 mend = mstart + image->segment[i].memsz; in sanity_check_segment_list()
161 if ((mend > pstart) && (mstart < pend)) in sanity_check_segment_list()
204 unsigned long mstart, mend; in sanity_check_segment_list() local
206 mstart = image->segment[i].mem; in sanity_check_segment_list()
207 mend = mstart + image->segment[i].memsz - 1; in sanity_check_segment_list()
209 if ((mstart < phys_to_boot_phys(crashk_res.start)) || in sanity_check_segment_list()
268 unsigned long mstart, mend; in kimage_is_destination_range() local
270 mstart = image->segment[i].mem; in kimage_is_destination_range()
271 mend = mstart + image->segment[i].memsz - 1; in kimage_is_destination_range()
272 if ((end >= mstart) && (start <= mend)) in kimage_is_destination_range()
437 unsigned long mstart, mend; in kimage_alloc_crash_control_pages() local
439 mstart = image->segment[i].mem; in kimage_alloc_crash_control_pages()
440 mend = mstart + image->segment[i].memsz - 1; in kimage_alloc_crash_control_pages()
441 if ((hole_end >= mstart) && (hole_start <= mend)) { in kimage_alloc_crash_control_pages()