Searched refs:hole_end (Results 1 – 2 of 2) sorted by relevance
259 uint64_t hole_start, hole_end, next; in libxl__vnuma_build_vmemrange_hvm() local271 hole_end = (dom->mmio_start + dom->mmio_size) > (1ULL << 32) ? in libxl__vnuma_build_vmemrange_hvm()296 if (next >= hole_start && next < hole_end) in libxl__vnuma_build_vmemrange_hvm()297 next = hole_end; in libxl__vnuma_build_vmemrange_hvm()
380 paddr_t hole_start, hole_end; in kimage_alloc_crash_control_page() local384 hole_end = hole_start + PAGE_SIZE; in kimage_alloc_crash_control_page()385 while ( hole_end <= kexec_crash_area.start + kexec_crash_area.size ) in kimage_alloc_crash_control_page()396 if ( (hole_end > mstart) && (hole_start < mend) ) in kimage_alloc_crash_control_page()400 hole_end = hole_start + PAGE_SIZE; in kimage_alloc_crash_control_page()413 image->next_crash_page = hole_end; in kimage_alloc_crash_control_page()
Completed in 4 milliseconds