Home
last modified time | relevance | path

Searched defs:dma_addr_unencrypted (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dmem_encrypt.h32 #define dma_addr_unencrypted(x) ((x) | PROT_NS_SHARED) macro
/linux/include/linux/
H A Dmem_encrypt.h50 #define dma_addr_unencrypted(x) (x) macro