Searched refs:hole_start (Results 1 – 2 of 2) sorted by relevance
259 uint64_t hole_start, hole_end, next; in libxl__vnuma_build_vmemrange_hvm() local269 hole_start = dom->lowmem_end < dom->mmio_start ? in libxl__vnuma_build_vmemrange_hvm()296 if (next >= hole_start && next < hole_end) in libxl__vnuma_build_vmemrange_hvm()298 if ((next < hole_start) && (next + remaining_bytes >= hole_start)) in libxl__vnuma_build_vmemrange_hvm()299 count = hole_start - next; in libxl__vnuma_build_vmemrange_hvm()
374 paddr_t hole_start, hole_end; in kimage_alloc_crash_control_page() local377 hole_start = PAGE_ALIGN(image->next_crash_page); in kimage_alloc_crash_control_page()378 hole_end = hole_start + PAGE_SIZE; in kimage_alloc_crash_control_page()390 if ( (hole_end > mstart) && (hole_start < mend) ) in kimage_alloc_crash_control_page()393 hole_start = PAGE_ALIGN(mend); in kimage_alloc_crash_control_page()394 hole_end = hole_start + PAGE_SIZE; in kimage_alloc_crash_control_page()401 page = maddr_to_page(hole_start); in kimage_alloc_crash_control_page()
Completed in 5 milliseconds