Lines Matching refs:COHERENT
60 #define COHERENT 1 macro
119 if (coherent_flag != COHERENT) in __dma_clear_buffer()
125 if (coherent_flag != COHERENT) in __dma_clear_buffer()
130 if (coherent_flag != COHERENT) { in __dma_clear_buffer()
449 page = __dma_alloc_buffer(dev, size, gfp, COHERENT); in __alloc_simple_buffer()
547 .coherent_flag = is_coherent ? COHERENT : NORMAL, in __dma_alloc()
1053 if (coherent_flag == COHERENT) in __iommu_alloc_simple()
1075 if (coherent_flag == COHERENT) in __iommu_free_atomic()
1087 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_alloc_attrs()
1092 if (coherent_flag == COHERENT || !gfpflags_allow_blocking(gfp)) in arm_iommu_alloc_attrs()
1161 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_free_attrs()
1165 if (coherent_flag == COHERENT || __in_atomic_pool(cpu_addr, size)) { in arm_iommu_free_attrs()