Home
last modified time | relevance | path

Searched refs:__flush_invalidate_dcache_all (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dcacheflush.h52 extern void __flush_invalidate_dcache_all(void);
64 # define __flush_invalidate_dcache_all() __invalidate_dcache_all() macro
112 __flush_invalidate_dcache_all(); \
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dmisc.S155 ENTRY(__flush_invalidate_dcache_all)
164 ENDPROC(__flush_invalidate_dcache_all)
/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dmisc.S460 ENTRY(__flush_invalidate_dcache_all)
469 ENDPROC(__flush_invalidate_dcache_all)
H A Dcache.c186 __flush_invalidate_dcache_all(); in local_flush_cache_range()