Home
last modified time | relevance | path

Searched refs:DMA_IOVA_USE_SWIOTLB (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/iommu/
H A Ddma-iommu.c1816 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()
/linux/include/linux/
H A Ddma-mapping.h128 #define DMA_IOVA_USE_SWIOTLB (1ULL << 63) macro
133 return (size_t)(state->__size & ~DMA_IOVA_USE_SWIOTLB); in dma_iova_size()
/linux/drivers/vfio/pci/
H A Dvfio_pci_dmabuf.c214 if ((u64)(length) & DMA_IOVA_USE_SWIOTLB) in validate_dmabuf_input()