| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm-nsp-ax.dtsi | 13 /delete-property/ dma-coherent; 17 /delete-property/ dma-coherent; 21 /delete-property/ dma-coherent; 25 /delete-property/ dma-coherent; 29 /delete-property/ dma-coherent; 33 /delete-property/ dma-coherent; 37 /delete-property/ dma-coherent; 41 /delete-property/ dma-coherent; 45 /delete-property/ dma-coherent; 49 /delete-property/ dma-coherent; [all …]
|
| H A D | bcm-nsp.dtsi | 219 dma-coherent; 229 dma-coherent; 239 dma-coherent; 249 dma-coherent; 259 dma-coherent; 270 dma-coherent; 323 dma-coherent; 331 dma-coherent; 339 dma-coherent; 475 dma-coherent; [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | icm.c | 79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm() argument 87 if (coherent) in mlx4_free_icm() 133 gfp_t gfp_mask, int coherent) in mlx4_alloc_icm() argument 142 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mlx4_alloc_icm() 172 chunk->coherent = coherent; in mlx4_alloc_icm() 174 if (!coherent) in mlx4_alloc_icm() 186 if (coherent) in mlx4_alloc_icm() 204 if (coherent) in mlx4_alloc_icm() 221 if (!coherent && chunk) { in mlx4_alloc_icm() 232 mlx4_free_icm(dev, icm, coherent); in mlx4_alloc_icm() [all …]
|
| H A D | icm.h | 60 bool coherent; member 81 gfp_t gfp_mask, int coherent); 82 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent); 127 if (iter->chunk->coherent) in mlx4_icm_addr() 135 if (iter->chunk->coherent) in mlx4_icm_size()
|
| /linux/arch/arc/plat-hsdk/ |
| H A D | platform.c | 88 static int __init hsdk_tweak_node_coherency(const char *path, bool coherent) in hsdk_tweak_node_coherency() argument 107 if (dt_coh_set && !coherent) in hsdk_tweak_node_coherency() 111 if (!dt_coh_set && coherent) in hsdk_tweak_node_coherency() 120 pr_err("failed to tweak %s to %scoherent\n", path, coherent ? "" : "non"); in hsdk_tweak_node_coherency() 191 bool coherent = !!arc_hsdk_axi_dmac_coherent; in hsdk_init_memory_bridge_axi_dmac() local 198 if (hsdk_tweak_node_coherency("/soc/dmac@80000", coherent)) in hsdk_init_memory_bridge_axi_dmac() 201 if (coherent) { in hsdk_init_memory_bridge_axi_dmac()
|
| /linux/arch/arc/boot/dts/ |
| H A D | axc003.dtsi | 94 * Mark DMA peripherals connected via IOC port as dma-coherent. We do 97 * only AXS103 board has HW-coherent DMA peripherals) 98 * We don't need to mark pgu@17000 as dma-coherent because it uses 103 dma-coherent; 107 dma-coherent; 111 dma-coherent; 115 dma-coherent;
|
| H A D | axc003_idu.dtsi | 101 * Mark DMA peripherals connected via IOC port as dma-coherent. We do 104 * only AXS103 board has HW-coherent DMA peripherals) 105 * We don't need to mark pgu@17000 as dma-coherent because it uses 110 dma-coherent; 114 dma-coherent; 118 dma-coherent; 122 dma-coherent;
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_memfree.c | 88 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm() argument 96 if (coherent) in mthca_free_icm() 138 gfp_t gfp_mask, int coherent) in mthca_alloc_icm() argument 146 BUG_ON(coherent && (gfp_mask & __GFP_HIGHMEM)); in mthca_alloc_icm() 173 if (coherent) in mthca_alloc_icm() 184 if (coherent) in mthca_alloc_icm() 207 if (!coherent && chunk) { in mthca_alloc_icm() 218 mthca_free_icm(dev, icm, coherent); in mthca_alloc_icm() 236 __GFP_NOWARN, table->coherent); in mthca_table_get() 244 mthca_free_icm(dev, table->icm[i], table->coherent); in mthca_table_get() [all …]
|
| H A D | mthca_memfree.h | 69 int coherent; member 83 gfp_t gfp_mask, int coherent); 84 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent);
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping-nommu.c | 36 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() argument 45 dev->dma_coherent = cacheid ? coherent : true; in arch_setup_dma_ops() 50 dev->dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
|
| /linux/arch/riscv/mm/ |
| H A D | dma-noncoherent.c | 131 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() argument 133 WARN_TAINT(!coherent && riscv_cbom_block_size > ARCH_DMA_MINALIGN, in arch_setup_dma_ops() 139 WARN_TAINT(!coherent && !noncoherent_supported, TAINT_CPU_OUT_OF_SPEC, in arch_setup_dma_ops() 143 dev->dma_coherent = coherent; in arch_setup_dma_ops()
|
| /linux/arch/arm64/mm/ |
| H A D | dma-mapping.c | 41 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() argument 45 WARN_TAINT(!coherent && cls > ARCH_DMA_MINALIGN, in arch_setup_dma_ops() 51 dev->dma_coherent = coherent; in arch_setup_dma_ops()
|
| /linux/arch/arm64/boot/dts/broadcom/stingray/ |
| H A D | stingray-usb.dtsi | 30 dma-coherent; 40 dma-coherent; 64 dma-coherent; 74 dma-coherent;
|
| /linux/arch/arm64/boot/dts/amd/ |
| H A D | amd-seattle-xgbe-b.dtsi | 31 dma-coherent; 57 dma-coherent; 70 dma-coherent; 83 dma-coherent;
|
| H A D | amd-seattle-soc.dtsi | 62 dma-coherent; 75 dma-coherent; 84 dma-coherent; 93 dma-coherent; 211 dma-coherent; 245 dma-coherent; 263 dma-coherent;
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | armada-ap810-ap0.dtsi | 76 dma-coherent; 84 dma-coherent; 92 dma-coherent; 100 dma-coherent;
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hip06.dtsi | 267 dma-coherent; 276 dma-coherent; 285 dma-coherent; 294 dma-coherent; 387 dma-coherent; 424 dma-coherent; 433 dma-coherent; 572 dma-coherent; 620 dma-coherent; 663 dma-coherent; [all …]
|
| H A D | hip07.dtsi | 1022 dma-coherent; 1031 dma-coherent; 1040 dma-coherent; 1049 dma-coherent; 1236 dma-coherent; 1249 dma-coherent; 1261 dma-coherent; 1273 dma-coherent; 1285 dma-coherent; 1324 dma-coherent; [all …]
|
| /linux/arch/arm64/boot/dts/arm/ |
| H A D | morello-sdp.dts | 94 dma-coherent; 108 dma-coherent; 122 dma-coherent; 143 dma-coherent;
|
| /linux/Documentation/devicetree/bindings/xillybus/ |
| H A D | xillybus.txt | 9 - dma-coherent: Present if DMA operations are coherent
|
| /linux/arch/arc/mm/ |
| H A D | dma.c | 93 void arch_setup_dma_ops(struct device *dev, bool coherent) in arch_setup_dma_ops() argument 100 if (is_isa_arcv2() && ioc_enable && coherent) in arch_setup_dma_ops()
|
| /linux/drivers/of/ |
| H A D | device.c | 90 bool coherent, set_map = false; in of_dma_configure_id() local 148 coherent = of_dma_is_coherent(np); in of_dma_configure_id() 150 coherent ? " " : " not "); in of_dma_configure_id() 164 arch_setup_dma_ops(dev, coherent); in of_dma_configure_id()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sp-platform.c | 29 int coherent; member 135 sp_platform->coherent = (attr == DEV_DMA_COHERENT); in sp_platform_probe() 136 if (sp_platform->coherent) in sp_platform_probe()
|
| /linux/arch/arm64/boot/dts/broadcom/northstar2/ |
| H A D | ns2.dtsi | 119 dma-coherent; 149 dma-coherent; 179 dma-coherent; 209 dma-coherent; 220 dma-coherent; 236 dma-coherent; 252 dma-coherent; 268 dma-coherent; 684 dma-coherent; 708 dma-coherent; [all …]
|
| /linux/Documentation/devicetree/bindings/display/hisilicon/ |
| H A D | hisi-ade.txt | 32 - dma-coherent: Present if dma operations are coherent. 57 dma-coherent;
|