__phys_to_dma      13 arch/mips/include/asm/dma-direct.h dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
__phys_to_dma       6 arch/x86/include/asm/dma-direct.h dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr);
__phys_to_dma    3850 drivers/iommu/intel-iommu.c 				__phys_to_dma(dev, io_tlb_start),
__phys_to_dma      60 include/linux/dma-direct.h 	return __sme_set(__phys_to_dma(dev, paddr));
__phys_to_dma      42 kernel/dma/direct.c 		return __phys_to_dma(dev, phys);
__phys_to_dma     164 kernel/dma/direct.c 		*dma_handle = __phys_to_dma(dev, page_to_phys(page));
__phys_to_dma     410 kernel/dma/direct.c 	return mask >= __phys_to_dma(dev, min_mask);
__phys_to_dma     674 kernel/dma/swiotlb.c 	*phys = swiotlb_tbl_map_single(dev, __phys_to_dma(dev, io_tlb_start),
__phys_to_dma     680 kernel/dma/swiotlb.c 	*dma_addr = __phys_to_dma(dev, *phys);