Home
last modified time | relevance | path

Searched refs:hole_start (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
445 hole_start = (image->control_page + (size - 1)) & ~(size - 1); in kimage_alloc_crash_control_pages()
446 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
460 if ((hole_end >= mstart) && (hole_start <= mend)) { in kimage_alloc_crash_control_pages()
462 hole_start = (mend + (size - 1)) & ~(size - 1); in kimage_alloc_crash_control_pages()
463 hole_end = hole_start + size - 1; in kimage_alloc_crash_control_pages()
469 pages = pfn_to_page(hole_start >> PAGE_SHIFT); in kimage_alloc_crash_control_pages()