Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/
H A Dxen.h65 int xen_alloc_unpopulated_pages(unsigned int nr_pages, struct page **pages);
71 static inline int xen_alloc_unpopulated_pages(unsigned int nr_pages, in xen_alloc_unpopulated_pages() function
/openbmc/linux/drivers/xen/
H A 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);
H A Dxlate_mmu.c235 rc = xen_alloc_unpopulated_pages(nr_pages, pages); in xen_xlate_map_ballooned_pages()
H A Dprivcmd.c432 rc = xen_alloc_unpopulated_pages(numpgs, pages); in alloc_empty_pages()
H A Dgrant-table.c895 ret = xen_alloc_unpopulated_pages(nr_pages, pages); in gnttab_alloc_pages()
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_gem.c158 ret = xen_alloc_unpopulated_pages(xen_obj->num_pages, in gem_create()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_client.c668 err = xen_alloc_unpopulated_pages(nr_pages, node->hvm.pages); in xenbus_map_ring_hvm()