Lines Matching defs:prot
544 static int iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
555 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION;
560 static int iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
573 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER;
578 static int iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
588 *iopte = (pa & IOPAGE_MASK) | prot | IOPTE_SMALL;
597 static int iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
615 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE;
624 u32 prot;
651 prot = get_iopte_attr(e);
654 err = fn(obj, e->da, e->pa, prot);
1321 phys_addr_t pa, size_t bytes, int prot, gfp_t gfp)