Lines Matching defs:da
231 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault()
407 static void flush_iotlb_page(struct omap_iommu *obj, u32 da) in flush_iotlb_page()
485 dma_addr_t *pt_dma, u32 da) in iopte_alloc()
544 static int iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_section()
560 static int iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_super()
578 static int iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_page()
597 static int iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_large()
685 iopgtable_lookup_entry(struct omap_iommu *obj, u32 da, u32 **ppgd, u32 **ppte) in iopgtable_lookup_entry()
700 static size_t iopgtable_clear_entry_core(struct omap_iommu *obj, u32 da) in iopgtable_clear_entry_core()
757 static size_t iopgtable_clear_entry(struct omap_iommu *obj, u32 da) in iopgtable_clear_entry()
779 u32 da; in iopgtable_clear_entry_all() local
806 u32 da, errs; in iommu_fault_handler() local
1305 static u32 iotlb_init_entry(struct iotlb_entry *e, u32 da, u32 pa, int pgsz) in iotlb_init_entry()
1320 static int omap_iommu_map(struct iommu_domain *domain, unsigned long da, in omap_iommu_map()
1364 static size_t omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, in omap_iommu_unmap()
1603 dma_addr_t da) in omap_iommu_iova_to_phys()