HomeSort by: relevance | last modified time | path
    Searched refs:_dcache_wbinv_all (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sh3/include/
cache.h 122 void (*_dcache_wbinv_all)(void); member in struct:sh_cache_ops
168 (*sh_cache_ops._dcache_wbinv_all)()
  /src/sys/arch/sh3/sh3/
cache.c 54 ._dcache_wbinv_all = (void (*)(void))__cache_flush,
cache_sh4.c 167 sh_cache_ops._dcache_wbinv_all = sh4_dcache_wbinv_all;
177 sh_cache_ops._dcache_wbinv_all
191 sh_cache_ops._dcache_wbinv_all = sh4_emode_dcache_wbinv_all;
240 (*sh_cache_ops._dcache_wbinv_all)();
cache_sh3.c 122 sh_cache_ops._dcache_wbinv_all = sh3_cache_wbinv_all;

Completed in 12 milliseconds