Searched refs:DMA_TLB_DSI_FLUSH (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/iommu/intel/
H A Dcache.c290 0, 0, DMA_TLB_DSI_FLUSH);
352 0, 0, DMA_TLB_DSI_FLUSH);
409 0, 0, DMA_TLB_DSI_FLUSH);
H A Dpasid.c262 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH);
492 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH);
844 iommu->flush.flush_iotlb(iommu, 0, 0, 0, DMA_TLB_DSI_FLUSH);
H A Diommu.c1215 case DMA_TLB_DSI_FLUSH:
1216 val = DMA_TLB_DSI_FLUSH|DMA_TLB_IVT|DMA_TLB_DID(did);
1699 DMA_TLB_DSI_FLUSH);
1753 iommu->flush.flush_iotlb(iommu, did, 0, 0, DMA_TLB_DSI_FLUSH);
1986 DMA_TLB_DSI_FLUSH);
H A Diommu.h250 #define DMA_TLB_DSI_FLUSH (((u64)2) << 60) macro

Completed in 366 milliseconds