Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dmem_encrypt.h16 static inline bool force_dma_unencrypted(struct device *dev) in force_dma_unencrypted() function
/linux/kernel/dma/
H A Dswiotlb.c620 if (!gfpflags_allow_blocking(gfp) && dev && force_dma_unencrypted(dev)) { in swiotlb_alloc_tlb()