Searched refs:dma_iova_unlink (Results 1 – 4 of 4) sorted by relevance
| /linux/mm/ |
| H A D | hmm.c | 978 dma_iova_unlink(dev, state, offset, map->dma_entry_size, in hmm_dma_map_pfn() 1030 dma_iova_unlink(dev, state, idx * map->dma_entry_size, in hmm_dma_unmap_pfn()
|
| /linux/include/linux/ |
| H A D | dma-mapping.h | 386 void dma_iova_unlink(struct device *dev, struct dma_iova_state *state, 419 static inline void dma_iova_unlink(struct device *dev, in dma_iova_unlink() function
|
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 1954 dma_iova_unlink(dev, state, offset, mapped, dir, attrs); in iommu_dma_iova_link_swiotlb() 2090 void dma_iova_unlink(struct device *dev, struct dma_iova_state *state, in dma_iova_unlink() function 2116 EXPORT_SYMBOL_GPL(dma_iova_unlink); 2135 dma_iova_unlink(dev, state, 0, mapped_len, dir, attrs); in dma_iova_destroy()
|
| /linux/Documentation/core-api/ |
| H A D | dma-api.rst | 537 void dma_iova_unlink(struct device *dev, struct dma_iova_state *state, 548 ``dma_iova_unlink()`` before calling ``dma_iova_free()``.
|