Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c34 static pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot, in __get_dma_pgprot() function
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c573 static inline pgprot_t __get_dma_pgprot(struct dma_attrs *attrs, pgprot_t prot) in __get_dma_pgprot() function
587 #define __get_dma_pgprot(attrs, prot) __pgprot(0) macro