Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddma-direct.h81 #ifndef phys_to_dma_unencrypted
82 #define phys_to_dma_unencrypted phys_to_dma macro
85 static inline dma_addr_t phys_to_dma_unencrypted(struct device *dev, in phys_to_dma_unencrypted() function
101 return __sme_set(phys_to_dma_unencrypted(dev, paddr)); in phys_to_dma()
/OK3568_Linux_fs/kernel/kernel/dma/
H A Ddirect.c29 return phys_to_dma_unencrypted(dev, phys); in phys_to_dma_direct()
490 return mask >= phys_to_dma_unencrypted(dev, min_mask); in dma_direct_supported()
H A Dswiotlb.c494 phys_to_dma_unencrypted(dev, io_tlb_start) & boundary_mask; in find_slots()
720 dma_addr = phys_to_dma_unencrypted(dev, swiotlb_addr); in swiotlb_map()