Home
last modified time | relevance | path

Searched refs:local_flush_cache_dup_mm (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/mm/
H A Dcache-j2.c55 local_flush_cache_dup_mm = j2_flush_both; in j2_cache_init()
H A Dcache.c20 void (*local_flush_cache_dup_mm)(void *args) = cache_noop; variable
197 cacheop_on_each_cpu(local_flush_cache_dup_mm, mm, 1); in flush_cache_dup_mm()
H A Dcache-sh7705.c196 local_flush_cache_dup_mm = sh7705_flush_cache_all; in sh7705_cache_init()
H A Dcache-sh4.c395 local_flush_cache_dup_mm = sh4_flush_cache_mm; in sh4_cache_init()
/openbmc/linux/arch/sh/include/asm/
H A Dcacheflush.h23 extern void (*local_flush_cache_dup_mm)(void *args);