Searched refs:numpgs (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/xen/ |
H A D | privcmd.c | 431 static int alloc_empty_pages(struct vm_area_struct *vma, int numpgs) in alloc_empty_pages() argument 436 pages = kvcalloc(numpgs, sizeof(pages[0]), GFP_KERNEL); in alloc_empty_pages() 440 rc = xen_alloc_unpopulated_pages(numpgs, pages); in alloc_empty_pages() 443 numpgs, rc); in alloc_empty_pages() 1590 int numpgs = vma_pages(vma); in privcmd_close() local 1594 if (!xen_feature(XENFEAT_auto_translated_physmap) || !numpgs || !pages) in privcmd_close() 1599 xen_free_unpopulated_pages(numpgs, pages); in privcmd_close() 1602 numpgs, rc); in privcmd_close()
|
/linux/include/xen/ |
H A D | xen-ops.h | 185 int numpgs, struct page **pages);
|
/linux/drivers/hv/ |
H A D | mshv_root_hv_call.c | 276 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs) in hv_call_map_mmio_pages() argument 282 for (i = 0; i < numpgs; i++) in hv_call_map_mmio_pages() 286 return hv_do_map_gpa_hcall(partition_id, gfn, numpgs, flags, NULL, in hv_call_map_mmio_pages()
|
H A D | mshv_root.h | 258 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs);
|