Home
last modified time | relevance | path

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

/linux/drivers/xen/ !
H A Dprivcmd.c446 static int alloc_empty_pages(struct vm_area_struct *vma, int numpgs) in alloc_empty_pages() argument
451 pages = kvzalloc_objs(pages[0], numpgs); in alloc_empty_pages()
455 rc = xen_alloc_unpopulated_pages(numpgs, pages); in alloc_empty_pages()
458 numpgs, rc); in alloc_empty_pages()
1607 int numpgs = vma_pages(vma); in privcmd_close() local
1611 if (xen_pv_domain() || !numpgs || !pages) in privcmd_close()
1616 xen_free_unpopulated_pages(numpgs, pages); in privcmd_close()
1619 numpgs, rc); in privcmd_close()
/linux/include/xen/ !
H A Dxen-ops.h186 int numpgs, struct page **pages);
/linux/drivers/hv/ !
H A Dmshv_root_hv_call.c275 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs) in hv_call_map_mmio_pages() argument
281 for (i = 0; i < numpgs; i++) in hv_call_map_mmio_pages()
285 return hv_do_map_gpa_hcall(partition_id, gfn, numpgs, flags, NULL, in hv_call_map_mmio_pages()
H A Dmshv_root.h283 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs);