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

  /src/sys/arch/mips/include/
cache.h 136 void (*mco_icache_sync_all)(void); member in struct:mips_cache_ops
278 (*mips_cache_ops.mco_icache_sync_all)()
  /src/sys/arch/mips/mips/
cache.c 209 if (!mco->mco_icache_sync_all)
277 mco->mco_icache_sync_all =
310 mco->mco_icache_sync_all =
338 mco->mco_icache_sync_all =
420 mco->mco_icache_sync_all = r4k_icache_sync_all_generic;
490 mco->mco_icache_sync_all = r5k_picache_sync_all;
596 mco->mco_icache_sync_all =
628 mco->mco_icache_sync_all =
891 mco->mco_icache_sync_all = no_cache_op;
1147 mco->mco_icache_sync_all = mipsNN_picache_sync_all
    [all...]

Completed in 13 milliseconds