Home
last modified time | relevance | path

Searched refs:alloc_domheap_pages (Results 1 – 13 of 13) sorted by relevance

/xen/xen/arch/x86/pv/
A Ddom0_build.c164 (page = alloc_domheap_pages(d, in setup_pv_physmap()
190 (page = alloc_domheap_pages(d, in setup_pv_physmap()
245 while ( (page = alloc_domheap_pages(d, order, dom0_memflags | in alloc_chunk()
272 pg2 = alloc_domheap_pages(d, order, MEMF_exact_node | MEMF_no_scrub); in alloc_chunk()
502 page = alloc_domheap_pages(d, order, MEMF_no_scrub); in dom0_construct_pv()
519 page = alloc_domheap_pages(d, order, MEMF_no_scrub); in dom0_construct_pv()
A Dshim.c968 page = alloc_domheap_pages(NULL, order, 0); in pv_shim_offline_memory()
/xen/xen/include/xen/
A Dmm.h200 struct page_info *alloc_domheap_pages(
207 #define alloc_domheap_page(d,f) (alloc_domheap_pages(d,0,f))
/xen/xen/arch/x86/x86_64/
A Dmm.c551 (l1_pg = alloc_domheap_pages(NULL, 2 * PAGETABLE_ORDER, in paging_init()
578 else if ( (l1_pg = alloc_domheap_pages(NULL, PAGETABLE_ORDER, in paging_init()
637 if ( (l1_pg = alloc_domheap_pages(NULL, PAGETABLE_ORDER, in paging_init()
/xen/xen/common/
A Dmemory.c131 page = alloc_domheap_pages(d, a->extent_order, a->memflags); in increase_reservation()
249 page = alloc_domheap_pages(d, a->extent_order, a->memflags); in populate_physmap()
688 page = alloc_domheap_pages(d, exch.out.extent_order, in memory_exchange()
A Dpage_alloc.c2200 pg = alloc_domheap_pages(NULL, order, memflags | MEMF_no_scrub); in alloc_xenheap_pages()
2326 struct page_info *alloc_domheap_pages( in alloc_domheap_pages() function
/xen/xen/arch/arm/
A Dkernel.c281 pages = alloc_domheap_pages(NULL, kernel_order_out, 0); in kernel_decompress()
A Ddomain_build.c290 pg = alloc_domheap_pages(d, order, MEMF_bits(bits)); in allocate_memory_11()
320 pg = alloc_domheap_pages(d, order, in allocate_memory_11()
403 pg = alloc_domheap_pages(d, order, 0); in allocate_bank_memory()
A Dp2m.c1388 page = alloc_domheap_pages(NULL, P2M_ROOT_ORDER, 0); in p2m_allocate_root()
/xen/xen/arch/x86/hvm/
A Ddom0_build.c158 page = alloc_domheap_pages(d, order, dom0_memflags | MEMF_no_scrub); in pvh_populate_memory_range()
/xen/xen/arch/x86/mm/
A Dp2m-pod.c216 page = alloc_domheap_pages(d, order, 0); in p2m_pod_set_cache_target()
/xen/xen/arch/arm/tee/
A Doptee.c777 xen_pgs = alloc_domheap_pages(current->domain, order, 0); in translate_noncontig()
/xen/xen/drivers/passthrough/vtd/
A Diommu.c209 pg = alloc_domheap_pages(NULL, get_order_from_pages(npages), in alloc_pgtable_maddr()

Completed in 43 milliseconds