Home
last modified time | relevance | path

Searched refs:xen_alloc_unpopulated_pages (Results 1 – 6 of 6) sorted by relevance

/drivers/xen/
Dunpopulated-alloc.c158 int xen_alloc_unpopulated_pages(unsigned int nr_pages, struct page **pages) in xen_alloc_unpopulated_pages() function
207 EXPORT_SYMBOL(xen_alloc_unpopulated_pages);
Dxlate_mmu.c235 rc = xen_alloc_unpopulated_pages(nr_pages, pages); in xen_xlate_map_ballooned_pages()
Dprivcmd.c427 rc = xen_alloc_unpopulated_pages(numpgs, pages); in alloc_empty_pages()
Dgrant-table.c895 ret = xen_alloc_unpopulated_pages(nr_pages, pages); in gnttab_alloc_pages()
/drivers/gpu/drm/xen/
Dxen_drm_front_gem.c159 ret = xen_alloc_unpopulated_pages(xen_obj->num_pages, in gem_create()
/drivers/xen/xenbus/
Dxenbus_client.c668 err = xen_alloc_unpopulated_pages(nr_pages, node->hvm.pages); in xenbus_map_ring_hvm()