Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c441 unsigned long hole_start, hole_end, size; in kimage_alloc_crash_control_pages() local
447 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
448 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
453 if (hole_end > KEXEC_CRASH_CONTROL_MEMORY_LIMIT) in kimage_alloc_crash_control_pages()
461 if ((hole_end >= mstart) && (hole_start <= mend)) { in kimage_alloc_crash_control_pages()
464 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
471 image->control_page = hole_end; in kimage_alloc_crash_control_pages()