Home
last modified time | relevance | path

Searched refs:dma_kmalloc_safe (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Ddma-map-ops.h278 static inline bool dma_kmalloc_safe(struct device *dev, in dma_kmalloc_safe() function
332 return !dma_kmalloc_safe(dev, dir) && !dma_kmalloc_size_aligned(size); in dma_kmalloc_needs_bounce()
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c549 if (!dma_kmalloc_safe(dev, dir)) { in dev_use_sg_swiotlb()