Lines Matching defs:prot
125 dart_iopte prot, int num_entries,
129 dart_iopte pte = prot;
214 int prot)
219 if (!(prot & IOMMU_WRITE))
221 if (!(prot & IOMMU_READ))
225 if (!(prot & IOMMU_WRITE))
227 if (!(prot & IOMMU_READ))
229 if (!(prot & IOMMU_CACHE))
245 dart_iopte prot;
280 prot = dart_prot_to_pte(data, iommu_prot);
285 ret = dart_init_pte(data, iova, paddr, prot, num_entries, ptep);