Searched refs:virt_alloc_end (Results 1 – 3 of 3) sorted by relevance
548 dom->virt_alloc_end += pages * page_size; in xc_dom_chk_alloc_pages()568 if ( boundary < dom->virt_alloc_end ) in xc_dom_alloc_pad()572 ")", __FUNCTION__, boundary, dom->virt_alloc_end); in xc_dom_alloc_pad()575 pages = (boundary - dom->virt_alloc_end) / page_size; in xc_dom_alloc_pad()592 start = dom->virt_alloc_end; in xc_dom_alloc_segment()607 seg->vend = dom->virt_alloc_end; in xc_dom_alloc_segment()621 start = dom->virt_alloc_end; in xc_dom_alloc_page()1147 dom->virt_alloc_end = dom->parms.virt_base; in xc_dom_build_image()1222 __FUNCTION__, dom->virt_alloc_end); in xc_dom_build_image()
253 try_virt_end = round_up(dom->virt_alloc_end + pages * PAGE_SIZE_X86, in alloc_pgtables_pv()260 if ( dom->virt_alloc_end + pages * PAGE_SIZE_X86 <= try_virt_end + 1 ) in alloc_pgtables_pv()
109 xen_vaddr_t virt_alloc_end; member
Completed in 12 milliseconds