numpgs            421 drivers/xen/privcmd.c static int alloc_empty_pages(struct vm_area_struct *vma, int numpgs)
numpgs            426 drivers/xen/privcmd.c 	pages = kcalloc(numpgs, sizeof(pages[0]), GFP_KERNEL);
numpgs            430 drivers/xen/privcmd.c 	rc = alloc_xenballooned_pages(numpgs, pages);
numpgs            433 drivers/xen/privcmd.c 			numpgs, rc);
numpgs            896 drivers/xen/privcmd.c 	int numpgs = vma_pages(vma);
numpgs            900 drivers/xen/privcmd.c 	if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages)
numpgs            905 drivers/xen/privcmd.c 		free_xenballooned_pages(numpgs, pages);
numpgs            908 drivers/xen/privcmd.c 			numpgs, rc);
numpgs            208 include/xen/xen-ops.h 			       int numpgs, struct page **pages);