Home
last modified time | relevance | path

Searched refs:dma_addr_encrypted (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dmem_encrypt.h30 #define dma_addr_encrypted(x) __sme_set(x) macro
45 #ifndef dma_addr_encrypted
46 #define dma_addr_encrypted(x) (x) macro
H A Ddma-direct.h101 return dma_addr_encrypted(__phys_to_dma(dev, paddr)); in phys_to_dma()