Searched refs:assign_pages (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 658 if ( assign_pages(d, page, exch.out.extent_order, in memory_exchange() 727 if ( assign_pages(d, page, 0, MEMF_no_refcount) ) in memory_exchange()
|
A D | page_alloc.c | 2176 int assign_pages( in assign_pages() function 2256 assign_pages(d, pg, order, memflags) ) in alloc_domheap_pages()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | mm.h | 203 int assign_pages(
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | dom0_build.c | 533 if ( assign_pages(d, mfn_to_page(mfn++), 0, 0) ) in dom0_construct_pv()
|
Completed in 12 milliseconds