Searched refs:virt_alloc_end (Results 1 – 3 of 3) sorted by relevance
557 dom->virt_alloc_end += pages * page_size; in xc_dom_chk_alloc_pages()577 if ( boundary < dom->virt_alloc_end ) in xc_dom_alloc_pad()581 ")", __FUNCTION__, boundary, dom->virt_alloc_end); in xc_dom_alloc_pad()584 pages = (boundary - dom->virt_alloc_end) / page_size; in xc_dom_alloc_pad()601 start = dom->virt_alloc_end; in xc_dom_alloc_segment()616 seg->vend = dom->virt_alloc_end; in xc_dom_alloc_segment()630 start = dom->virt_alloc_end; in xc_dom_alloc_page()1177 dom->virt_alloc_end = dom->parms.virt_base; in xc_dom_build_image()1251 __FUNCTION__, dom->virt_alloc_end); in xc_dom_build_image()
242 try_virt_end = round_up(dom->virt_alloc_end + pages * PAGE_SIZE_X86, in alloc_pgtables()249 if ( dom->virt_alloc_end + pages * PAGE_SIZE_X86 <= try_virt_end + 1 ) in alloc_pgtables()
109 xen_vaddr_t virt_alloc_end; member
Completed in 9 milliseconds