Home
last modified time | relevance | path

Searched refs:virt_alloc_end (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_core.c557 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()
A Dxc_dom_x86.c242 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()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxc_dom.h109 xen_vaddr_t virt_alloc_end; member

Completed in 10 milliseconds