Lines Matching refs:npage
1524 * @npage [in] : count of pages to be pinned. This count should not
1534 int npage, int prot, struct page **pages)
1537 if (!pages || !npage || WARN_ON(!vfio_assert_device_open(device)))
1543 npage, prot, pages);
1557 npage * PAGE_SIZE, pages,
1561 return npage;
1571 * @npage [in] : count of pages to be unpinned. This count should not
1574 void vfio_unpin_pages(struct vfio_device *device, dma_addr_t iova, int npage)
1582 vfio_device_container_unpin_pages(device, iova, npage);
1590 npage * PAGE_SIZE);