Home
last modified time | relevance | path

Searched refs:phys_to_dma_unencrypted (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Ddma-direct.h77 #ifndef phys_to_dma_unencrypted
78 #define phys_to_dma_unencrypted phys_to_dma macro
92 static inline dma_addr_t phys_to_dma_unencrypted(struct device *dev, in phys_to_dma_unencrypted() function
/linux/kernel/dma/
H A Ddirect.c32 return phys_to_dma_unencrypted(dev, phys); in phys_to_dma_direct()
690 dma_addr = phys_to_dma_unencrypted(dev, phys); in dma_direct_map_phys()
745 return mask >= phys_to_dma_unencrypted(dev, min_mask); in dma_direct_supported()
H A Dswiotlb.c1301 tbl_dma_addr = phys_to_dma_unencrypted(dev, pool->start); in swiotlb_search_area()
1368 tbl_dma_addr = phys_to_dma_unencrypted(dev, pool->start); in swiotlb_find_slots()
1425 tbl_dma_addr = phys_to_dma_unencrypted(dev, pool->start); in swiotlb_find_slots()
1774 dma_addr = phys_to_dma_unencrypted(dev, swiotlb_addr); in swiotlb_map()