Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sh/mm/
Dcache-j2.c62 local_flush_cache_sigtramp = j2_flush_icache; in j2_cache_init()
Dcache.c27 void (*local_flush_cache_sigtramp)(void *args) = cache_noop; variable
245 cacheop_on_each_cpu(local_flush_cache_sigtramp, (void *)address, 1); in flush_cache_sigtramp()
Dcache-sh5.c615 local_flush_cache_sigtramp = sh5_flush_cache_sigtramp; in sh5_cache_init()
/Linux-v4.19/arch/sh/include/asm/
Dcacheflush.h31 extern void (*local_flush_cache_sigtramp)(void *args);