Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Ddma-iommu.c155 dev->dma_ops_bypass = dev->bus_dma_limit == 0; in dma_iommu_dma_supported()
156 if (!dev->dma_ops_bypass) in dma_iommu_dma_supported()
180 dev->dma_ops_bypass = false; in dma_iommu_dma_supported()
/linux-6.6.21/kernel/dma/
DKconfig17 # mapping fast path should select this option and set the dma_ops_bypass
Dmapping.c122 if (dev->dma_ops_bypass) in dma_go_direct()
/linux-6.6.21/include/linux/
Ddevice.h806 bool dma_ops_bypass : 1; member