Home
last modified time | relevance | path

Searched refs:dma_ops_bypass (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/kernel/
H A Ddma-iommu.c70 if (dev->dma_ops_bypass && dev->bus_dma_limit) in arch_dma_alloc_direct()
78 if (!dev->dma_ops_bypass || !dev->bus_dma_limit) in arch_dma_free_direct()
167 dev->dma_ops_bypass = true; in dma_iommu_dma_supported()
188 dev->dma_ops_bypass = false; in dma_iommu_dma_supported()
/linux/include/linux/
H A Ddevice.h733 bool dma_ops_bypass : 1; member
/linux/kernel/dma/
H A Dmapping.c130 if (dev->dma_ops_bypass) in dma_go_direct()