Searched refs:dma_iova_sync (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/dma-buf/ |
| H A D | dma-buf-mapping.c | 170 ret = dma_iova_sync(attach->dev, dma->state, 0, mapped_len); in dma_buf_phys_vec_to_sgt()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 363 int dma_iova_sync(struct device *dev, struct dma_iova_state *state, 390 static inline int dma_iova_sync(struct device *dev, in dma_iova_sync() function
|
| /linux/block/ |
| H A D | blk-mq-dma.c | 128 error = dma_iova_sync(dma_dev, state, 0, mapped); in blk_rq_dma_map_iova()
|
| /linux/mm/ |
| H A D | hmm.c | 831 ret = dma_iova_sync(dev, state, offset, map->dma_entry_size); in hmm_dma_map_pfn()
|
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 1987 int dma_iova_sync(struct device *dev, struct dma_iova_state *state, in dma_iova_sync() function 1999 EXPORT_SYMBOL_GPL(dma_iova_sync);
|
| /linux/drivers/infiniband/core/ |
| H A D | rw.c | 523 ret = dma_iova_sync(dma_dev, &ctx->iova.state, 0, mapped_len); in rdma_rw_init_iova_wrs_bvec()
|
| /linux/drivers/vfio/pci/mlx5/ |
| H A D | cmd.c | 402 err = dma_iova_sync(mdev->device, state, 0, mapped); in register_dma_pages()
|
| /linux/Documentation/core-api/ |
| H A D | dma-api.rst | 517 int dma_iova_sync(struct device *dev, struct dma_iova_state *state,
|