Lines Matching defs:da
232 static u32 iommu_report_fault(struct omap_iommu *obj, u32 *da) in iommu_report_fault()
408 static void flush_iotlb_page(struct omap_iommu *obj, u32 da) in flush_iotlb_page()
486 dma_addr_t *pt_dma, u32 da) in iopte_alloc()
545 static int iopgd_alloc_section(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_section()
561 static int iopgd_alloc_super(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopgd_alloc_super()
579 static int iopte_alloc_page(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_page()
598 static int iopte_alloc_large(struct omap_iommu *obj, u32 da, u32 pa, u32 prot) in iopte_alloc_large()
686 iopgtable_lookup_entry(struct omap_iommu *obj, u32 da, u32 **ppgd, u32 **ppte) in iopgtable_lookup_entry()
701 static size_t iopgtable_clear_entry_core(struct omap_iommu *obj, u32 da) in iopgtable_clear_entry_core()
758 static size_t iopgtable_clear_entry(struct omap_iommu *obj, u32 da) in iopgtable_clear_entry()
780 u32 da; in iopgtable_clear_entry_all() local
807 u32 da, errs; in iommu_fault_handler() local
1310 static u32 iotlb_init_entry(struct iotlb_entry *e, u32 da, u32 pa, int pgsz) in iotlb_init_entry()
1325 static int omap_iommu_map(struct iommu_domain *domain, unsigned long da, in omap_iommu_map()
1369 static size_t omap_iommu_unmap(struct iommu_domain *domain, unsigned long da, in omap_iommu_unmap()
1608 dma_addr_t da) in omap_iommu_iova_to_phys()