Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dcacheflush.h52 extern void __flush_dcache_icache_phys(unsigned long physaddr);
54 static inline void __flush_dcache_icache_phys(unsigned long physaddr) in __flush_dcache_icache_phys() function
/Linux-v4.19/arch/powerpc/mm/
Dmem.c443 __flush_dcache_icache_phys(page_to_pfn(page) << PAGE_SHIFT); in flush_dcache_icache_page()
/Linux-v4.19/arch/powerpc/kernel/
Dmisc_32.S415 _GLOBAL(__flush_dcache_icache_phys)