local_flush_cache_all
extern void (*local_flush_cache_all)(void *args);
#define flush_cache_vmap(start, end) local_flush_cache_all(NULL)
#define flush_cache_vunmap(start, end) local_flush_cache_all(NULL)
local_flush_cache_all = j2_flush_both;
local_flush_cache_all = sh4_flush_cache_all;
local_flush_cache_all(NULL);
local_flush_cache_all = sh7705_flush_cache_all;
void (*local_flush_cache_all)(void *args) = cache_noop;
cacheop_on_each_cpu(local_flush_cache_all, NULL, 1);
#define flush_cache_all local_flush_cache_all
local_flush_cache_all();
local_flush_cache_all();