Searched refs:mstart (Results 1 – 1 of 1) sorted by relevance
178 unsigned long mstart, mend; in do_kimage_alloc() local180 mstart = image->segment[i].mem; in do_kimage_alloc()181 mend = mstart + image->segment[i].memsz; in do_kimage_alloc()182 if ((mstart & ~PAGE_MASK) || (mend & ~PAGE_MASK)) in do_kimage_alloc()195 unsigned long mstart, mend; in do_kimage_alloc() local198 mstart = image->segment[i].mem; in do_kimage_alloc()199 mend = mstart + image->segment[i].memsz; in do_kimage_alloc()205 if ((mend > pstart) && (mstart < pend)) in do_kimage_alloc()313 unsigned long mstart, mend; in kimage_crash_alloc() local315 mstart = image->segment[i].mem; in kimage_crash_alloc()[all …]