Lines Matching defs:prot
545 static int iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
556 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION;
561 static int iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
574 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER;
579 static int iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
589 *iopte = (pa & IOPAGE_MASK) | prot | IOPTE_SMALL;
598 static int iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot)
616 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE;
625 u32 prot;
652 prot = get_iopte_attr(e);
655 err = fn(obj, e->da, e->pa, prot);
1326 phys_addr_t pa, size_t bytes, int prot, gfp_t gfp)