DMA_IOVA_USE_SWIOTLB
if (WARN_ON_ONCE((u64)size & DMA_IOVA_USE_SWIOTLB))
state->__size |= DMA_IOVA_USE_SWIOTLB;
state->__size |= DMA_IOVA_USE_SWIOTLB;
if (WARN_ON_ONCE((state->__size & DMA_IOVA_USE_SWIOTLB) &&
if ((state->__size & DMA_IOVA_USE_SWIOTLB) ||
if ((u64)(length) & DMA_IOVA_USE_SWIOTLB)
return (size_t)(state->__size & ~DMA_IOVA_USE_SWIOTLB);