flush_data_cache_local 13 arch/parisc/include/asm/cacheflush.h void flush_data_cache_local(void *); /* flushes local data-cache only */ flush_data_cache_local 19 arch/parisc/include/asm/cacheflush.h #define flush_data_cache() flush_data_cache_local(NULL) flush_data_cache_local 66 arch/parisc/kernel/cache.c on_each_cpu(flush_data_cache_local, NULL, 1); flush_data_cache_local 79 arch/parisc/kernel/cache.c flush_data_cache_local(NULL); flush_data_cache_local 380 arch/parisc/kernel/cache.c EXPORT_SYMBOL(flush_data_cache_local);