Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sh/include/
Dcache.h119 void (*_icache_sync_all)(void); member
158 (*sh_cache_ops._icache_sync_all)()
/openbsd/src/sys/arch/sh/sh/
Dcache.c46 ._icache_sync_all = (void (*)(void))__cache_flush,
Dcache_sh4.c146 sh_cache_ops._icache_sync_all = sh4_icache_sync_all; in sh4_cache_config()
170 sh_cache_ops._icache_sync_all = sh4_emode_icache_sync_all; in sh4_cache_config()
Dcache_sh3.c113 sh_cache_ops._icache_sync_all = sh3_cache_wbinv_all; in sh3_cache_config()