Searched refs:dev_is_dma_coherent (Results 1 - 8 of 8) sorted by relevance

/linux-master/kernel/dma/
H A Ddirect.h64 if (!dev_is_dma_coherent(dev))
73 if (!dev_is_dma_coherent(dev)) {
111 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC))
H A Ddirect.c222 if (!dev_is_dma_coherent(dev)) {
327 !dev_is_dma_coherent(dev) &&
334 !dev_is_dma_coherent(dev)) {
411 if (!dev_is_dma_coherent(dev))
430 if (!dev_is_dma_coherent(dev))
441 if (!dev_is_dma_coherent(dev))
540 return dev_is_dma_coherent(dev) ||
642 return !dev_is_dma_coherent(dev) ||
H A Dmapping.c421 if (dev_is_dma_coherent(dev))
H A Dswiotlb.c1562 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC))
/linux-master/arch/arm/xen/
H A Dmm.c116 !dev_is_dma_coherent(dev));
/linux-master/drivers/xen/
H A Dswiotlb-xen.c236 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) {
260 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) {
278 if (!dev_is_dma_coherent(dev)) {
298 if (!dev_is_dma_coherent(dev)) {
/linux-master/include/linux/
H A Ddma-map-ops.h263 static inline bool dev_is_dma_coherent(struct device *dev) function
270 static inline bool dev_is_dma_coherent(struct device *dev) function
294 if (dev_is_dma_coherent(dev) || dir == DMA_TO_DEVICE)
/linux-master/drivers/iommu/
H A Ddma-iommu.c950 bool coherent = dev_is_dma_coherent(dev);
1079 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev, size, dir))
1083 if (!dev_is_dma_coherent(dev))
1095 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev, size, dir))
1102 if (!dev_is_dma_coherent(dev))
1117 else if (!dev_is_dma_coherent(dev))
1134 else if (!dev_is_dma_coherent(dev))
1144 bool coherent = dev_is_dma_coherent(dev);
1206 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev))
1357 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(de
[all...]

Completed in 147 milliseconds