Home
last modified time | relevance | path

Searched refs:mapped_pages (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c253 tididx = 0, mapped, mapped_pages = 0; in hfi1_user_exp_rcv_setup() local
350 mapped_pages += mapped; in hfi1_user_exp_rcv_setup()
391 mapped_pages += mapped; in hfi1_user_exp_rcv_setup()
410 mapped_pages, ret); in hfi1_user_exp_rcv_setup()
425 unpin_rcv_pages(fd, tidbuf, NULL, mapped_pages, pinned - mapped_pages, in hfi1_user_exp_rcv_setup()
443 tinfo->length = mapped_pages * PAGE_SIZE; in hfi1_user_exp_rcv_setup()
/linux/arch/s390/include/asm/
H A Dpci_dma.h89 atomic64_t mapped_pages; member
/linux/drivers/scsi/
H A Dst.h50 struct page **mapped_pages; member
H A Dst.c643 mdata->pages = STp->buffer->mapped_pages; in st_do_scsi()
5030 STbp->mapped_pages = pages; in sgl_map_user_pages()
5048 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
5050 kfree(STbp->mapped_pages); in sgl_unmap_user_pages()
5051 STbp->mapped_pages = NULL; in sgl_unmap_user_pages()
/linux/drivers/iommu/
H A Ds390-iommu.c938 atomic64_add(pgcount, &s390_domain->ctrs.mapped_pages); in s390_iommu_map_pages()
/linux/arch/s390/pci/
H A Dpci.c188 atomic64_set(&ctrs->mapped_pages, 0); in zpci_fmb_enable_device()