is_coherent       688 arch/arm/mm/dma-mapping.c 			 gfp_t gfp, pgprot_t prot, bool is_coherent,
is_coherent       703 arch/arm/mm/dma-mapping.c 		.coherent_flag = is_coherent ? COHERENT : NORMAL,
is_coherent       742 arch/arm/mm/dma-mapping.c 	else if (is_coherent)
is_coherent       833 arch/arm/mm/dma-mapping.c 			   bool is_coherent)
is_coherent      1618 arch/arm/mm/dma-mapping.c 			  bool is_coherent)
is_coherent      1638 arch/arm/mm/dma-mapping.c 		if (!is_coherent && (attrs & DMA_ATTR_SKIP_CPU_SYNC) == 0)
is_coherent      1660 arch/arm/mm/dma-mapping.c 		     bool is_coherent)
is_coherent      1676 arch/arm/mm/dma-mapping.c 			    dir, attrs, is_coherent) < 0)
is_coherent      1690 arch/arm/mm/dma-mapping.c 		is_coherent) < 0)
is_coherent      1742 arch/arm/mm/dma-mapping.c 		unsigned long attrs, bool is_coherent)
is_coherent      1751 arch/arm/mm/dma-mapping.c 		if (!is_coherent && (attrs & DMA_ATTR_SKIP_CPU_SYNC) == 0)
is_coherent      1104 drivers/bus/mvebu-mbus.c 					 bool is_coherent)
is_coherent      1137 drivers/bus/mvebu-mbus.c 	if (is_coherent)
is_coherent      1307 drivers/bus/mvebu-mbus.c int __init mvebu_mbus_dt_init(bool is_coherent)
is_coherent      1358 drivers/bus/mvebu-mbus.c 	mbus_state.hw_io_coherency = is_coherent;
is_coherent      1371 drivers/bus/mvebu-mbus.c 				     is_coherent);
is_coherent       480 drivers/staging/gasket/gasket_page_table.c 		if (is_coherent(pg_tbl, host_addr)) {
is_coherent       100 include/linux/mbus.h int mvebu_mbus_dt_init(bool is_coherent);