Home
last modified time | relevance | path

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

/linux/include/xen/
H A Dxen-ops.h164 int numpgs, struct page **pages);
/linux/drivers/hv/
H A Dmshv_root_hv_call.c284 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs) in hv_call_map_mmio_pages() argument
290 for (i = 0; i < numpgs; i++) in hv_call_map_mmio_pages()
294 return hv_do_map_gpa_hcall(partition_id, gfn, numpgs, flags, NULL, in hv_call_map_mmio_pages()
H A Dmshv_root.h284 int hv_call_map_mmio_pages(u64 partition_id, u64 gfn, u64 mmio_spa, u64 numpgs);