Searched refs:dma_nommu_ops (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | iommu.c | 583 return dma_nommu_ops.alloc(dev, size, dma_handle, flag, in dma_fixed_alloc_coherent() 595 dma_nommu_ops.free(dev, size, vaddr, dma_handle, attrs); in dma_fixed_free_coherent() 604 return dma_nommu_ops.map_page(dev, page, offset, size, in dma_fixed_map_page() 617 dma_nommu_ops.unmap_page(dev, dma_addr, size, direction, in dma_fixed_unmap_page() 629 return dma_nommu_ops.map_sg(dev, sg, nents, direction, attrs); in dma_fixed_map_sg() 641 dma_nommu_ops.unmap_sg(dev, sg, nents, direction, attrs); in dma_fixed_unmap_sg() 664 else if (get_pci_dma_ops() == &dma_nommu_ops) in cell_dma_dev_setup() 813 set_pci_dma_ops(&dma_nommu_ops); in cell_iommu_init_disabled()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | dma.c | 272 const struct dma_map_ops dma_nommu_ops = { variable 289 EXPORT_SYMBOL(dma_nommu_ops); 300 if (get_dma_ops(dev) != &dma_nommu_ops || in dma_set_coherent_mask()
|
D | setup-common.c | 795 set_dma_ops(&pdev->dev, &dma_nommu_ops); in arch_setup_pdev_archdata()
|
D | pci-common.c | 65 static const struct dma_map_ops *pci_dma_ops = &dma_nommu_ops;
|
/Linux-v4.19/arch/powerpc/sysdev/ |
D | dart_iommu.c | 406 set_dma_ops(dev, &dma_nommu_ops); in dart_dma_set_mask() 450 set_pci_dma_ops(&dma_nommu_ops); in iommu_init_early_dart()
|
D | fsl_pci.c | 138 set_dma_ops(dev, &dma_nommu_ops); in fsl_pci_dma_set_mask()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | dma-mapping.h | 76 extern const struct dma_map_ops dma_nommu_ops;
|
/Linux-v4.19/arch/powerpc/platforms/pasemi/ |
D | iommu.c | 189 dev->dev.dma_ops = &dma_nommu_ops; in pci_dma_dev_setup_pasemi()
|
D | setup.c | 365 dev->dma_ops = &dma_nommu_ops; in pcmcia_notify()
|
/Linux-v4.19/drivers/misc/cxl/ |
D | vphb.c | 57 set_dma_ops(&dev->dev, &dma_nommu_ops); in cxl_pci_enable_device_hook()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | iommu.c | 1234 set_dma_ops(dev, &dma_nommu_ops); in dma_set_mask_pSeriesLP()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 1864 set_dma_ops(&pdev->dev, &dma_nommu_ops); in pnv_pci_ioda_dma_set_mask() 1882 set_dma_ops(&pdev->dev, &dma_nommu_ops); in pnv_pci_ioda_dma_set_mask()
|