Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Ddma-mapping.h50 extern unsigned long __dma_get_coherent_pfn(unsigned long cpu_addr);
/arch/powerpc/kernel/
Ddma.c118 pfn = __dma_get_coherent_pfn((unsigned long)cpu_addr); in dma_direct_mmap_coherent()
/arch/powerpc/mm/
Ddma-noncoherent.c406 unsigned long __dma_get_coherent_pfn(unsigned long cpu_addr) in __dma_get_coherent_pfn() function