Searched refs:virt_alloc_end (Results 1 – 3 of 3) sorted by relevance
545 dom->virt_alloc_end += pages * page_size; in xc_dom_chk_alloc_pages()565 if ( boundary < dom->virt_alloc_end ) in xc_dom_alloc_pad()569 ")", __FUNCTION__, boundary, dom->virt_alloc_end); in xc_dom_alloc_pad()572 pages = (boundary - dom->virt_alloc_end) / page_size; in xc_dom_alloc_pad()589 start = dom->virt_alloc_end; in xc_dom_alloc_segment()618 start = dom->virt_alloc_end; in xc_dom_alloc_page()1129 dom->virt_alloc_end = dom->parms->virt_base; in xc_dom_build_image()1204 __FUNCTION__, dom->virt_alloc_end); in xc_dom_build_image()
252 try_virt_end = round_up(dom->virt_alloc_end + pages * PAGE_SIZE_X86, in alloc_pgtables_pv()259 if ( dom->virt_alloc_end + pages * PAGE_SIZE_X86 <= try_virt_end + 1 ) in alloc_pgtables_pv()
125 xen_vaddr_t virt_alloc_end; member
Completed in 23 milliseconds