Searched refs:COHERENT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping.c | 60 #define COHERENT 1 macro 252 if (coherent_flag != COHERENT) in __dma_clear_buffer() 258 if (coherent_flag != COHERENT) in __dma_clear_buffer() 263 if (coherent_flag != COHERENT) { in __dma_clear_buffer() 580 page = __dma_alloc_buffer(dev, size, gfp, COHERENT); in __alloc_simple_buffer() 678 .coherent_flag = is_coherent ? COHERENT : NORMAL, in __dma_alloc() 1394 if (coherent_flag == COHERENT) in __iommu_alloc_simple() 1416 if (coherent_flag == COHERENT) in __iommu_free_atomic() 1433 if (coherent_flag == COHERENT || !gfpflags_allow_blocking(gfp)) in __arm_iommu_alloc_attrs() 1480 return __arm_iommu_alloc_attrs(dev, size, handle, gfp, attrs, COHERENT); in arm_coherent_iommu_alloc_attrs() [all...] |
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dma-mapping.c | 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() 451 page = __dma_alloc_buffer(dev, size, gfp, COHERENT); in __alloc_simple_buffer() 549 .coherent_flag = is_coherent ? COHERENT : NORMAL, in __dma_alloc() 1050 if (coherent_flag == COHERENT) in __iommu_alloc_simple() 1072 if (coherent_flag == COHERENT) in __iommu_free_atomic() 1084 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL; in arm_iommu_alloc_attrs() 1089 if (coherent_flag == COHERENT || !gfpflags_allow_blockin in arm_iommu_alloc_attrs() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 106 SET_BIT(COHERENT)); in xgene_enet_refill_pagepool() 157 SET_BIT(COHERENT)); in xgene_enet_refill_bufpool() 447 SET_BIT(COHERENT)); in xgene_enet_setup_tx_desc()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_main.c | 106 SET_BIT(COHERENT)); in xgene_enet_refill_pagepool() 157 SET_BIT(COHERENT)); in xgene_enet_refill_bufpool() 447 SET_BIT(COHERENT)); in xgene_enet_setup_tx_desc()
|
Completed in 11 milliseconds