Home
last modified time | relevance | path

Searched refs:__phys_to_dma (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/include/linux/
Ddma-direct.h11 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
52 return __sme_set(__phys_to_dma(dev, paddr)); in phys_to_dma()
/Linux-v5.4/arch/mips/loongson64/fuloong-2e/
Ddma.c4 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/mips/loongson64/lemote-2f/
Ddma.c4 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/x86/include/asm/
Ddma-direct.h6 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
/Linux-v5.4/arch/mips/loongson64/loongson-3/
Ddma.c6 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/mips/include/asm/
Ddma-direct.h13 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
/Linux-v5.4/arch/mips/sgi-ip32/
Dip32-dma.c21 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/mips/pci/
Dpci-ip27.c12 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
Dpci-ar2315.c173 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/powerpc/include/asm/
Ddma-direct.h14 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/arm/include/asm/
Ddma-direct.h5 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/kernel/dma/
Ddirect.c42 return __phys_to_dma(dev, phys); in phys_to_dma_direct()
163 *dma_handle = __phys_to_dma(dev, page_to_phys(page)); in dma_direct_alloc_pages()
409 return mask >= __phys_to_dma(dev, min_mask); in dma_direct_supported()
Dswiotlb.c674 *phys = swiotlb_tbl_map_single(dev, __phys_to_dma(dev, io_tlb_start), in swiotlb_map()
680 *dma_addr = __phys_to_dma(dev, *phys); in swiotlb_map()
/Linux-v5.4/arch/mips/bmips/
Ddma.c43 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t pa) in __phys_to_dma() function
/Linux-v5.4/arch/mips/cavium-octeon/
Ddma-octeon.c171 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/arch/x86/pci/
Dsta2x11-fixup.c198 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
/Linux-v5.4/drivers/iommu/
Dintel-iommu.c3860 __phys_to_dma(dev, io_tlb_start), in bounce_map_single()