Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/xen/
Dprivcmd.c423 static int alloc_empty_pages(struct vm_area_struct *vma, int numpgs) in alloc_empty_pages() argument
428 pages = kvcalloc(numpgs, sizeof(pages[0]), GFP_KERNEL); in alloc_empty_pages()
432 rc = xen_alloc_unpopulated_pages(numpgs, pages); in alloc_empty_pages()
435 numpgs, rc); in alloc_empty_pages()
1169 int numpgs = vma_pages(vma); in privcmd_close() local
1173 if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages) in privcmd_close()
1178 xen_free_unpopulated_pages(numpgs, pages); in privcmd_close()
1181 numpgs, rc); in privcmd_close()
/Linux-v6.6/include/xen/
Dxen-ops.h187 int numpgs, struct page **pages);