Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dprivcmd.c431 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 Dxen-ops.h185 int numpgs, struct page **pages);
/linux/drivers/hv/
H A Dmshv_root_hv_call.c276 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 Dmshv_root.h258 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs);