Home
last modified time | relevance | path

Searched refs:dev_is_coherent (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/mips/mm/
Ddma-noncoherent.c18 static inline int dev_is_coherent(struct device *dev) in dev_is_coherent() function
23 static inline int dev_is_coherent(struct device *dev) in dev_is_coherent() function
52 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()
/Linux-v4.19/drivers/acpi/arm64/
Diort.c1315 bool (*dev_is_coherent)(struct acpi_iort_node *node); member
1325 .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()