Lines Matching refs:prot
173 int prot; member
266 …uct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot, gfp_t gfp);
268 int prot, gfp_t gfp, size_t *mapped);
269 …uct iommu_domain *domain, unsigned long iova, struct scatterlist *sg, unsigned int nents, int prot,
292 …ain_window_enable)(struct iommu_domain *domain, u32 wnd_nr, phys_addr_t paddr, u64 size, int prot);
447 …mmu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot);
448 …_atomic(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot);
453 int prot);
455 unsigned int nents, int prot);
465 extern struct iommu_resv_region *iommu_alloc_resv_region(phys_addr_t start, size_t length, int prot,
497 …ain_window_enable(struct iommu_domain *domain, u32 wnd_nr, phys_addr_t offset, u64 size, int prot);
682 …ommu_map(struct iommu_domain *domain, unsigned long iova, phys_addr_t paddr, size_t size, int prot) in iommu_map() argument
688 int prot) in iommu_map_atomic() argument
705 unsigned int nents, int prot) in iommu_map_sg() argument
711 unsigned int nents, int prot) in iommu_map_sg_atomic() argument
725 int prot) in iommu_domain_window_enable() argument
1028 … iommu_map_sgtable(struct iommu_domain *domain, unsigned long iova, struct sg_table *sgt, int prot) in iommu_map_sgtable() argument
1030 return iommu_map_sg(domain, iova, sgt->sgl, sgt->orig_nents, prot); in iommu_map_sgtable()