Home
last modified time | relevance | path

Searched refs:mco_pdcache_wbinv_all (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/mips/mips/
Dcache.c217 if (!mco->mco_pdcache_wbinv_all) in mips_config_cache()
284 mco->mco_pdcache_wbinv_all = in mips_config_cache_prehistoric()
318 mco->mco_pdcache_wbinv_all = in mips_config_cache_prehistoric()
350 mco->mco_pdcache_wbinv_all = in mips_config_cache_prehistoric()
441 mco->mco_pdcache_wbinv_all = r4k_pdcache_wbinv_all_generic; in mips_config_cache_prehistoric()
510 mco->mco_pdcache_wbinv_all = r5k_pdcache_wbinv_all; in mips_config_cache_prehistoric()
546 mco->mco_intern_pdcache_sync_all = mco->mco_pdcache_wbinv_all; in mips_config_cache_prehistoric()
602 mco->mco_pdcache_wbinv_all = in mips_config_cache_prehistoric()
635 mco->mco_pdcache_wbinv_all = in mips_config_cache_prehistoric()
895 mco->mco_pdcache_wbinv_all = no_cache_op; in mips_config_cache_emips()
[all …]
/netbsd/src/sys/arch/mips/include/
Dcache.h140 void (*mco_pdcache_wbinv_all)(void); member