Searched refs:DMA_IOVA_USE_SWIOTLB (Results 1 – 3 of 3) sorted by relevance
1816 if (WARN_ON_ONCE((u64)size & DMA_IOVA_USE_SWIOTLB)) in dma_iova_try_alloc()1913 state->__size |= DMA_IOVA_USE_SWIOTLB; in iommu_dma_iova_link_swiotlb()1933 state->__size |= DMA_IOVA_USE_SWIOTLB; in iommu_dma_iova_link_swiotlb()1977 if (WARN_ON_ONCE((state->__size & DMA_IOVA_USE_SWIOTLB) && in dma_iova_link()2077 if ((state->__size & DMA_IOVA_USE_SWIOTLB) || in __iommu_dma_iova_unlink()
128 #define DMA_IOVA_USE_SWIOTLB (1ULL << 63) macro133 return (size_t)(state->__size & ~DMA_IOVA_USE_SWIOTLB); in dma_iova_size()
214 if ((u64)(length) & DMA_IOVA_USE_SWIOTLB) in validate_dmabuf_input()