Lines Matching defs:prot
2252 int prot = 0;
2260 prot |= IOMMU_PROT_IR;
2262 prot |= IOMMU_PROT_IW;
2266 pgcount, prot, gfp, mapped);
2362 int type, prot = 0;
2370 if (entry->prot & IOMMU_PROT_IR)
2371 prot |= IOMMU_READ;
2372 if (entry->prot & IOMMU_PROT_IW)
2373 prot |= IOMMU_WRITE;
2374 if (entry->prot & IOMMU_UNITY_MAP_FLAG_EXCL_RANGE)
2379 length, prot, type,