Searched refs:dev_is_coherent (Results 1 – 2 of 2) sorted by relevance
18 static inline int dev_is_coherent(struct device *dev) in dev_is_coherent() function23 static inline int dev_is_coherent(struct device *dev) in dev_is_coherent() function52 if (dev_is_coherent(dev)) in cpu_needs_post_dma_flush()79 if (!dev_is_coherent(dev) && !(attrs & DMA_ATTR_NON_CONSISTENT)) { in arch_dma_alloc()90 if (!(attrs & DMA_ATTR_NON_CONSISTENT) && !dev_is_coherent(dev)) in arch_dma_free()106 if (!dev_is_coherent(dev)) in arch_dma_mmap()190 if (!dev_is_coherent(dev)) in arch_sync_dma_for_device()206 if (!dev_is_coherent(dev)) in arch_dma_cache_sync()
1315 bool (*dev_is_coherent)(struct acpi_iort_node *node); member1325 .dev_is_coherent = arm_smmu_v3_is_coherent,1333 .dev_is_coherent = arm_smmu_is_coherent,1416 attr = ops->dev_is_coherent && ops->dev_is_coherent(node) ? in iort_add_platform_device()