Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Ddma-mapping.h48 extern unsigned long __dma_get_coherent_pfn(unsigned long cpu_addr);
/Linux-v4.19/arch/powerpc/mm/
Ddma-noncoherent.c406 unsigned long __dma_get_coherent_pfn(unsigned long cpu_addr) in __dma_get_coherent_pfn() function
/Linux-v4.19/arch/powerpc/kernel/
Ddma.c183 pfn = __dma_get_coherent_pfn((unsigned long)cpu_addr); in dma_nommu_mmap_coherent()