Home
last modified time | relevance | path

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

/kernel/
Dkexec_core.c440 unsigned long hole_start, hole_end, size; in kimage_alloc_crash_control_pages() local
446 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
447 while (hole_end <= crashk_res.end) { in kimage_alloc_crash_control_pages()
452 if (hole_end > KEXEC_CRASH_CONTROL_MEMORY_LIMIT) in kimage_alloc_crash_control_pages()
460 if ((hole_end >= mstart) && (hole_start <= mend)) { in kimage_alloc_crash_control_pages()
463 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
470 image->control_page = hole_end; in kimage_alloc_crash_control_pages()