Searched refs:DMA_TLB_DSI_FLUSH (Results 1 – 2 of 2) sorted by relevance
1298 case DMA_TLB_DSI_FLUSH: in __iommu_flush_iotlb()1299 val = DMA_TLB_DSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did); in __iommu_flush_iotlb()1507 DMA_TLB_DSI_FLUSH); in iommu_flush_iotlb_psi()1543 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in iommu_flush_iova()2025 DMA_TLB_DSI_FLUSH); in domain_context_mapping_one()2106 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH); in domain_context_mapping_one()2400 DMA_TLB_DSI_FLUSH); in domain_context_clear_one()
192 #define DMA_TLB_DSI_FLUSH (((u64)2) << 60) macro