Home
last modified time | relevance | path

Searched refs:mstart (Results 1 – 1 of 1) sorted by relevance

/kernel/
Dkexec.c178 unsigned long mstart, mend; in do_kimage_alloc() local
180 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() local
198 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() local
315 mstart = image->segment[i].mem; in kimage_crash_alloc()
[all …]