/Linux-v4.19/include/linux/ |
D | dma-direct.h | 11 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function 42 return __sme_set(__phys_to_dma(dev, paddr)); in phys_to_dma()
|
/Linux-v4.19/kernel/dma/ |
D | swiotlb.c | 608 start_dma_addr = __phys_to_dma(hwdev, io_tlb_start); in map_single() 712 __phys_to_dma(dev, io_tlb_start), in swiotlb_alloc_buffer() 717 *dma_handle = __phys_to_dma(dev, phys_addr); in swiotlb_alloc_buffer() 822 return __phys_to_dma(dev, io_tlb_overflow_buffer); in swiotlb_map_page() 825 dev_addr = __phys_to_dma(dev, map); in swiotlb_map_page() 834 return __phys_to_dma(dev, io_tlb_overflow_buffer); in swiotlb_map_page() 964 sg->dma_address = __phys_to_dma(hwdev, map); in swiotlb_map_sg_attrs() 1028 return (dma_addr == __phys_to_dma(hwdev, io_tlb_overflow_buffer)); in swiotlb_dma_mapping_error() 1040 return __phys_to_dma(hwdev, io_tlb_end - 1) <= mask; in swiotlb_dma_supported()
|
D | direct.c | 57 __phys_to_dma(dev, phys) : phys_to_dma(dev, phys); in dma_coherent_ok() 115 *dma_handle = __phys_to_dma(dev, page_to_phys(page)); in dma_direct_alloc()
|
/Linux-v4.19/arch/mips/loongson64/common/ |
D | dma.c | 4 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | dma-direct.h | 6 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
|
/Linux-v4.19/arch/mips/loongson64/loongson-3/ |
D | dma.c | 6 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|
/Linux-v4.19/arch/mips/include/asm/ |
D | dma-direct.h | 13 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
|
/Linux-v4.19/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-v4.19/arch/powerpc/include/asm/ |
D | dma-direct.h | 20 static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|
/Linux-v4.19/arch/arm/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-v4.19/arch/mips/bmips/ |
D | dma.c | 43 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t pa) in __phys_to_dma() function
|
/Linux-v4.19/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 171 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|
/Linux-v4.19/arch/mips/pci/ |
D | pci-ip27.c | 186 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|
D | pci-ar2315.c | 184 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|
/Linux-v4.19/arch/x86/pci/ |
D | sta2x11-fixup.c | 214 dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr) in __phys_to_dma() function
|