Home
last modified time | relevance | path

Searched refs:numpgs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/xen/
Dprivcmd.c418 static int alloc_empty_pages(struct vm_area_struct *vma, int numpgs) in alloc_empty_pages() argument
423 pages = kvcalloc(numpgs, sizeof(pages[0]), GFP_KERNEL); in alloc_empty_pages()
427 rc = xen_alloc_unpopulated_pages(numpgs, pages); in alloc_empty_pages()
430 numpgs, rc); in alloc_empty_pages()
903 int numpgs = vma_pages(vma); in privcmd_close() local
907 if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages) in privcmd_close()
912 xen_free_unpopulated_pages(numpgs, pages); in privcmd_close()
915 numpgs, rc); in privcmd_close()
/Linux-v6.1/include/xen/
Dxen-ops.h187 int numpgs, struct page **pages);