Home
last modified time | relevance | path

Searched refs:swiotlb_dma_ops (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/arch/ia64/kernel/
Dpci-swiotlb.c33 struct dma_map_ops swiotlb_dma_ops = { variable
50 dma_ops = &swiotlb_dma_ops; in swiotlb_dma_init()
62 dma_ops = &swiotlb_dma_ops; in pci_swiotlb_init()
/linux-4.1.27/arch/ia64/hp/common/
Dhwsw_iommu.c21 extern struct dma_map_ops sba_dma_ops, swiotlb_dma_ops;
40 return &swiotlb_dma_ops; in hwsw_dma_get_ops()
Dsba_iommu.c2103 extern struct dma_map_ops swiotlb_dma_ops;
2118 dma_ops = &swiotlb_dma_ops; in sba_init()
2140 dma_ops = &swiotlb_dma_ops; in sba_init()
/linux-4.1.27/arch/x86/kernel/
Dpci-swiotlb.c41 static struct dma_map_ops swiotlb_dma_ops = { variable
98 dma_ops = &swiotlb_dma_ops; in pci_swiotlb_init()
/linux-4.1.27/arch/powerpc/kernel/
Ddma-swiotlb.c49 struct dma_map_ops swiotlb_dma_ops = { variable
92 set_dma_ops(dev, &swiotlb_dma_ops); in ppc_swiotlb_bus_notify()
Ddma.c35 if (sd->max_direct_dma_addr && sd->dma_ops == &swiotlb_dma_ops) in get_pfn_limit()
/linux-4.1.27/arch/powerpc/include/asm/
Dswiotlb.h16 extern struct dma_map_ops swiotlb_dma_ops;
/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c340 static struct dma_map_ops swiotlb_dma_ops = { variable
421 dma_ops = &swiotlb_dma_ops; in arm64_dma_init()
/linux-4.1.27/arch/powerpc/sysdev/
Dfsl_pci.c119 set_pci_dma_ops(&swiotlb_dma_ops); in setup_swiotlb_ops()