Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Ddma-octeon.c31 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()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Ddma-octeon.c31 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()
/kernel/linux/linux-5.10/include/linux/
H A Ddma-direct.h55 #define phys_to_dma_unencrypted phys_to_dma
67 * If memory encryption is supported, phys_to_dma will set the memory encryption
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()
/kernel/linux/linux-6.6/include/linux/
H A Ddma-direct.h55 #define phys_to_dma_unencrypted phys_to_dma
67 * If memory encryption is supported, phys_to_dma will set the memory encryption
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()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Ddma-direct.h13 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Ddma-direct.h5 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Ddma-direct.h5 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Ddma-direct.h8 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/kernel/linux/linux-5.10/arch/mips/loongson2ef/fuloong-2e/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-6.6/arch/mips/loongson2ef/fuloong-2e/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-5.10/arch/mips/loongson2ef/lemote-2f/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Ddma-direct.h5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Ddma-direct.h5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-6.6/arch/mips/loongson2ef/lemote-2f/
H A Ddma.c4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-5.10/arch/mips/sgi-ip32/
H A Dip32-dma.c21 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-6.6/arch/mips/sgi-ip32/
H A Dip32-dma.c21 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-5.10/arch/mips/loongson64/
H A Ddma.c7 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-6.6/arch/mips/loongson64/
H A Ddma.c7 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ddma-direct.h36 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
/kernel/linux/linux-5.10/drivers/xen/
H A Dswiotlb-xen.c66 return phys_to_dma(dev, xen_phys_to_bus(dev, paddr)); in xen_phys_to_dma()
326 *dma_handle = phys_to_dma(hwdev, *dma_handle); in xen_swiotlb_alloc_coherent()
362 xen_free_coherent_pages(hwdev, size, vaddr, phys_to_dma(hwdev, phys), in xen_swiotlb_free_coherent()
/kernel/linux/linux-5.10/arch/mips/bmips/
H A Ddma.c43 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t pa) in phys_to_dma() function
/kernel/linux/linux-5.10/kernel/dma/
H A Ddirect.h88 dma_addr_t dma_addr = phys_to_dma(dev, phys); in dma_direct_map_page()
H A Dcoherent.c36 return phys_to_dma(dev, PFN_PHYS(mem->pfn_base)); in dma_get_device_base()
/kernel/linux/linux-6.6/kernel/dma/
H A Ddirect.h89 dma_addr_t dma_addr = phys_to_dma(dev, phys); in dma_direct_map_page()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Ddma-iommu.c15 ((dev)->bus_dma_limit >= phys_to_dma((dev), (addr)))

Completed in 7 milliseconds

12