Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c2099 extern struct dma_map_ops swiotlb_dma_ops;
2114 dma_ops = &swiotlb_dma_ops; in sba_init()
2136 dma_ops = &swiotlb_dma_ops; in sba_init()
/linux-4.4.14/arch/x86/kernel/
Dpci-swiotlb.c48 static struct dma_map_ops swiotlb_dma_ops = { variable
105 dma_ops = &swiotlb_dma_ops; in pci_swiotlb_init()
/linux-4.4.14/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.c36 if (sd->max_direct_dma_addr && sd->dma_ops == &swiotlb_dma_ops) in get_pfn_limit()
/linux-4.4.14/arch/powerpc/include/asm/
Dswiotlb.h16 extern struct dma_map_ops swiotlb_dma_ops;
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c344 static struct dma_map_ops swiotlb_dma_ops = { variable
991 dev->archdata.dma_ops = &swiotlb_dma_ops; in arch_setup_dma_ops()
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_pci.c119 set_pci_dma_ops(&swiotlb_dma_ops); in setup_swiotlb_ops()