Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/arch/s390/include/asm/
H A Dpci_dma.h86 atomic64_t mapped_pages; member
/linux-6.15/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()
4987 STbp->mapped_pages = pages; in sgl_map_user_pages()
5005 unpin_user_pages_dirty_lock(STbp->mapped_pages, nr_pages, dirtied); in sgl_unmap_user_pages()
5007 kfree(STbp->mapped_pages); in sgl_unmap_user_pages()
5008 STbp->mapped_pages = NULL; in sgl_unmap_user_pages()
/linux-6.15/arch/s390/pci/
H A Dpci_debug.c85 counter = &ctrs->mapped_pages; in pci_sw_counter_show()
H A Dpci.c179 atomic64_set(&ctrs->mapped_pages, 0); in zpci_fmb_enable_device()
/linux-6.15/drivers/iommu/
H A Ds390-iommu.c682 atomic64_add(pgcount, &s390_domain->ctrs.mapped_pages); in s390_iommu_map_pages()