Lines Matching defs:COHERENT
60 #define COHERENT 1
119 if (coherent_flag != COHERENT)
125 if (coherent_flag != COHERENT)
130 if (coherent_flag != COHERENT) {
451 page = __dma_alloc_buffer(dev, size, gfp, COHERENT);
549 .coherent_flag = is_coherent ? COHERENT : NORMAL,
1050 if (coherent_flag == COHERENT)
1072 if (coherent_flag == COHERENT)
1084 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL;
1089 if (coherent_flag == COHERENT || !gfpflags_allow_blocking(gfp))
1149 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL;
1153 if (coherent_flag == COHERENT || __in_atomic_pool(cpu_addr, size)) {