Home
last modified time | relevance | path

Searched refs:is_coherent (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/boot/
Dcuboot-c2k.c35 u8 *bridge_pbase, is_coherent; in c2k_bridge_setup() local
40 is_coherent = mv64x60_is_coherent(); in c2k_bridge_setup()
42 if (is_coherent) in c2k_bridge_setup()
53 mv64x60_config_ctlr_windows(bridge_base, bridge_pbase, is_coherent); in c2k_bridge_setup()
Dmv64x60.h54 u8 is_coherent);
Dmv64x60.c281 u8 is_coherent) in mv64x60_config_ctlr_windows() argument
290 if (is_coherent) in mv64x60_config_ctlr_windows()
/arch/arm/mm/
Ddma-mapping.c616 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc() argument
657 else if (is_coherent) in __dma_alloc()
741 bool is_coherent) in __arm_dma_free() argument
750 } else if (!is_coherent && __free_from_pool(cpu_addr, size)) { in __arm_dma_free()
753 if (want_vaddr && !is_coherent) in __arm_dma_free()
1525 bool is_coherent) in __map_sg_chunk() argument
1545 if (!is_coherent && in __map_sg_chunk()
1568 bool is_coherent) in __iommu_map_sg() argument
1584 dir, attrs, is_coherent) < 0) in __iommu_map_sg()
1598 is_coherent) < 0) in __iommu_map_sg()
[all …]