Lines Matching defs:prot
1734 int prot,
1746 if (!(prot & IOMMU_PROT_MASK))
1768 if (prot & IOMMU_PROT_IR)
1770 if (prot & IOMMU_PROT_IW)
2594 int prot = 0;
2602 prot |= IOMMU_PROT_IR;
2604 prot |= IOMMU_PROT_IW;
2606 ret = iommu_map_page(domain, iova, paddr, page_size, prot, gfp);
2678 int type, prot = 0;
2686 if (entry->prot & IOMMU_PROT_IR)
2687 prot |= IOMMU_READ;
2688 if (entry->prot & IOMMU_PROT_IW)
2689 prot |= IOMMU_WRITE;
2690 if (entry->prot & IOMMU_UNITY_MAP_FLAG_EXCL_RANGE)
2695 length, prot, type);