Searched refs:mco_icache_sync_all (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dcache.h130 void (*mco_icache_sync_all)(void); member in struct:mips_cache_ops
272 (*mips_cache_ops.mco_icache_sync_all)()
/netbsd-current/sys/arch/mips/mips/
H A Dcache.c209 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
[all...]

Completed in 85 milliseconds