| /linux/tools/testing/selftests/vfio/ |
| H A D | vfio_dma_mapping_test.c | 155 iommu_map(self->iommu, ®ion); in TEST_F() 266 iommu_map(self->iommu, region); in TEST_F() 280 iommu_map(self->iommu, region); in TEST_F()
|
| H A D | vfio_pci_driver_test.c | 43 iommu_map(iommu, region); in region_setup()
|
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | iommu.h | 40 static inline void iommu_map(struct iommu *iommu, struct dma_region *region) in iommu_map() function
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_iommu.c | 134 ret = iommu_map(xdna->domain, *dma_addr, virt_to_phys(cpu_addr), in amdxdna_iommu_alloc()
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping.c | 985 ret = iommu_map(mapping->domain, iova, phys, len, in __iommu_create_mapping() 1210 ret = iommu_map(mapping->domain, iova, phys, len, prot, in __map_sg_chunk() 1384 ret = iommu_map(mapping->domain, dma_addr, addr, len, prot, GFP_KERNEL); in arm_iommu_map_phys()
|
| /linux/include/linux/ |
| H A D | iommu.h | 947 extern int iommu_map(struct iommu_domain *domain, unsigned long iova, 1275 static inline int iommu_map(struct iommu_domain *domain, unsigned long iova, in iommu_map() function
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | ahb.c | 1066 ret = iommu_map(iommu_dom, ab_ahb->fw.msa_paddr, in ath11k_ahb_fw_resources_init() 1074 ret = iommu_map(iommu_dom, ab_ahb->fw.ce_paddr, in ath11k_ahb_fw_resources_init()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | gk20a.c | 477 ret = iommu_map(imem->domain, offset, node->dma_addrs[i], in gk20a_instobj_ctor_iommu()
|
| /linux/sound/usb/qcom/ |
| H A D | qc_audio_offload.c | 592 ret = iommu_map(uaudio_qdev->data->domain, iova, pa, size, prot, in uaudio_iommu_map_pa() 636 ret = iommu_map(uaudio_qdev->data->domain, iova_sg, pa_sg, sg_len, in uaudio_iommu_map_xfer_buf()
|
| /linux/drivers/iommu/ |
| H A D | dma-iommu.c | 870 if (iommu_map(domain, iova, phys - iova_off, size, prot, GFP_ATOMIC)) { in __iommu_dma_map() 2229 if (iommu_map(domain, iova, msi_addr, size, prot, GFP_KERNEL)) in iommu_dma_get_msi_page()
|
| /linux/drivers/iommu/iommufd/ |
| H A D | pages.c | 491 rc = iommu_map(domain, iova, paddr, PAGE_SIZE, prot, in batch_iommu_map_small() 540 rc = iommu_map(domain, iova, in batch_to_domain()
|
| /linux/drivers/vhost/ |
| H A D | vdpa.c | 1019 r = iommu_map(v->domain, iova, pa, size, in vhost_vdpa_map()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | snoc.c | 1673 ret = iommu_map(iommu_dom, ar_snoc->fw.fw_start_addr, in ath10k_fw_init()
|