Lines Matching defs:iommu_prot
192 int iommu_prot)
196 if ((iommu_prot & IOMMU_WRITE) && !pages->writable)
199 area->iommu_prot = iommu_prot;
239 int iommu_prot, unsigned int flags)
284 elm->start_byte, elm->length, iommu_prot);
346 int iommu_prot, unsigned int flags)
352 iommu_prot, flags);
386 * @iommu_prot: Combination of IOMMU_READ/WRITE/etc bits for the mapping
399 unsigned long length, int iommu_prot,
406 elm.pages = iopt_alloc_pages(uptr, length, iommu_prot & IOMMU_WRITE);
416 rc = iopt_map_pages(iopt, &pages_list, length, iova, iommu_prot, flags);
1053 area->iommu_prot);
1059 last_iova - new_start + 1, area->iommu_prot);