Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmem_encrypt.h49 #ifndef dma_addr_unencrypted
50 #define dma_addr_unencrypted(x) (x) macro
H A Ddma-direct.h91 return dma_addr_unencrypted(__phys_to_dma(dev, paddr)); in phys_to_dma_unencrypted()
/linux-6.15/arch/arm64/include/asm/
H A Dmem_encrypt.h30 #define dma_addr_unencrypted(x) ((x) | PROT_NS_SHARED) macro