Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kernel/
Ddma-iommu.c93 dev->dma_ops_bypass = true; in dma_iommu_dma_supported()
111 dev->dma_ops_bypass = false; in dma_iommu_dma_supported()
/kernel/linux/linux-5.10/kernel/dma/
DKconfig17 # mapping fast path should select this option and set the dma_ops_bypass
Dmapping.c115 if (dev->dma_ops_bypass) in dma_go_direct()
/kernel/linux/linux-5.10/include/linux/
Ddevice.h559 bool dma_ops_bypass : 1; member