Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/include/asm/ !
Dmem_encrypt.h30 #define dma_addr_unencrypted(x) ((x) | PROT_NS_SHARED) macro
/linux-6.15/include/linux/ !
Dmem_encrypt.h50 #define dma_addr_unencrypted(x) (x) macro