Lines Matching defs:da
191 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault()
342 static void flush_iotlb_page(struct omap_iommu *obj, u32 da) in flush_iotlb_page()
496 static u32 *iopte_alloc(struct omap_iommu *obj, u32 *iopgd, u32 da) in iopte_alloc()
534 static int iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_section()
549 static int iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_super()
566 static int iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_page()
583 static int iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_large()
667 iopgtable_lookup_entry(struct omap_iommu *obj, u32 da, u32 **ppgd, u32 **ppte) in iopgtable_lookup_entry()
682 static size_t iopgtable_clear_entry_core(struct omap_iommu *obj, u32 da) in iopgtable_clear_entry_core()
735 static size_t iopgtable_clear_entry(struct omap_iommu *obj, u32 da) in iopgtable_clear_entry()
756 u32 da; in iopgtable_clear_entry_all() local
782 u32 da, errs; in iommu_fault_handler() local
1016 static int omap_iommu_map(struct iommu_domain *domain, unsigned long da, in omap_iommu_map()
1046 static size_t omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, in omap_iommu_unmap()
1163 unsigned long da) in omap_iommu_iova_to_phys()