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

/linux-master/include/linux/
H A Ddma-direct.h59 #ifndef phys_to_dma_unencrypted
60 #define phys_to_dma_unencrypted phys_to_dma macro
63 static inline dma_addr_t phys_to_dma_unencrypted(struct device *dev, function
74 * phys_to_dma_unencrypted is for use on special unencrypted memory like swiotlb
79 return __sme_set(phys_to_dma_unencrypted(dev, paddr));
/linux-master/kernel/dma/
H A Ddirect.c29 return phys_to_dma_unencrypted(dev, phys);
583 * phys_to_dma_unencrypted() here so that the SME encryption mask isn't
588 return mask >= phys_to_dma_unencrypted(dev, min_mask);
H A Dswiotlb.c1022 phys_to_dma_unencrypted(dev, pool->start) & boundary_mask;
1552 dma_addr = phys_to_dma_unencrypted(dev, swiotlb_addr);

Completed in 114 milliseconds