Searched refs:phys_to_dma (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/mips/include/asm/
H A Ddma-direct.h5 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/linux-master/arch/loongarch/include/asm/
H A Ddma-direct.h8 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/linux-master/arch/mips/loongson2ef/fuloong-2e/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/linux-master/arch/mips/loongson2ef/lemote-2f/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/linux-master/arch/powerpc/include/asm/
H A Ddma-direct.h5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/linux-master/arch/mips/sgi-ip32/
H A Dip32-dma.c21 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/linux-master/arch/mips/cavium-octeon/
H A Ddma-octeon.c31 dma_addr_t (*phys_to_dma)(struct device *dev, phys_addr_t paddr); member in struct:octeon_dma_map_ops
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) function
175 return octeon_pci_dma_ops->phys_to_dma(dev, paddr);
/linux-master/arch/mips/loongson64/
H A Ddma.c7 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/linux-master/include/linux/
H A Ddma-direct.h60 #define phys_to_dma_unencrypted phys_to_dma
72 * If memory encryption is supported, phys_to_dma will set the memory encryption
77 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
112 min(addr, end) < phys_to_dma(dev, PFN_PHYS(min_low_pfn)))
/linux-master/kernel/dma/
H A Ddirect.h90 dma_addr_t dma_addr = phys_to_dma(dev, phys);
H A Dcoherent.c34 return phys_to_dma(dev, PFN_PHYS(mem->pfn_base));
H A Ddirect.c30 return phys_to_dma(dev, phys);
H A Dswiotlb.c1544 trace_swiotlb_bounced(dev, phys_to_dma(dev, paddr), size);
/linux-master/arch/powerpc/kernel/
H A Ddma-iommu.c15 ((dev)->bus_dma_limit >= phys_to_dma((dev), (addr)))
/linux-master/drivers/xen/
H A Dswiotlb-xen.c58 return phys_to_dma(dev, xen_phys_to_bus(dev, paddr));
/linux-master/arch/mips/pci/
H A Dpci-ar2315.c174 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
H A Dpci-xtalk-bridge.c29 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/linux-master/arch/arm/mm/
H A Ddma-mapping.c589 *handle = phys_to_dma(dev, page_to_phys(page));
/linux-master/drivers/of/
H A Dunittest.c10 #include <linux/dma-direct.h> /* to test phys_to_dma/dma_to_phys */
976 dma_addr = phys_to_dma(dev_bogus, expect_paddr);

Completed in 189 milliseconds