Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sh3/include/
H A Dcache.h118 void (*_icache_sync_all)(void); member
159 (*sh_cache_ops._icache_sync_all)()
/netbsd-src/sys/arch/sh3/sh3/
H A Dcache.c51 ._icache_sync_all = (void (*)(void))__cache_flush,
H A Dcache_sh4.c163 sh_cache_ops._icache_sync_all = sh4_icache_sync_all; in sh4_cache_config()
189 sh_cache_ops._icache_sync_all = sh4_emode_icache_sync_all; in sh4_cache_config()
H A Dcache_sh3.c119 sh_cache_ops._icache_sync_all = sh3_cache_wbinv_all; in sh3_cache_config()