/linux-5.19.10/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 31 dma_addr_t (*phys_to_dma)(struct device *dev, phys_addr_t paddr); member 69 .phys_to_dma = octeon_gen1_phys_to_dma, 84 .phys_to_dma = octeon_gen2_phys_to_dma, 111 .phys_to_dma = octeon_big_phys_to_dma, 144 .phys_to_dma = octeon_small_phys_to_dma, 171 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function 175 return octeon_pci_dma_ops->phys_to_dma(dev, paddr); in phys_to_dma()
|
/linux-5.19.10/include/linux/ |
D | dma-direct.h | 55 #define phys_to_dma_unencrypted phys_to_dma 72 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function 107 min(addr, end) < phys_to_dma(dev, PFN_PHYS(min_low_pfn))) in dma_capable()
|
/linux-5.19.10/arch/mips/include/asm/ |
D | dma-direct.h | 5 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
|
/linux-5.19.10/arch/mips/loongson2ef/fuloong-2e/ |
D | dma.c | 4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/arch/loongarch/include/asm/ |
D | dma-direct.h | 8 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
|
/linux-5.19.10/arch/mips/loongson2ef/lemote-2f/ |
D | dma.c | 4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/arch/powerpc/include/asm/ |
D | dma-direct.h | 5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/arch/mips/loongson64/ |
D | dma.c | 7 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/arch/mips/sgi-ip32/ |
D | ip32-dma.c | 21 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/arch/loongarch/kernel/ |
D | dma.c | 22 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/arch/arm/include/asm/ |
D | dma-direct.h | 36 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/kernel/dma/ |
D | direct.h | 88 dma_addr_t dma_addr = phys_to_dma(dev, phys); in dma_direct_map_page()
|
D | coherent.c | 34 return phys_to_dma(dev, PFN_PHYS(mem->pfn_base)); in dma_get_device_base()
|
D | direct.c | 30 return phys_to_dma(dev, phys); in phys_to_dma_direct()
|
D | swiotlb.c | 715 trace_swiotlb_bounced(dev, phys_to_dma(dev, paddr), size); in swiotlb_map()
|
/linux-5.19.10/arch/powerpc/kernel/ |
D | dma-iommu.c | 15 ((dev)->bus_dma_limit >= phys_to_dma((dev), (addr)))
|
/linux-5.19.10/drivers/xen/ |
D | swiotlb-xen.c | 58 return phys_to_dma(dev, xen_phys_to_bus(dev, paddr)); in xen_phys_to_dma()
|
/linux-5.19.10/arch/mips/pci/ |
D | pci-ar2315.c | 174 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
D | pci-xtalk-bridge.c | 29 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-5.19.10/drivers/of/ |
D | unittest.c | 925 dma_addr = phys_to_dma(dev_bogus, expect_paddr); in of_unittest_dma_ranges_one()
|