Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/mips/mips/
Dcache.c211 if (!mco->mco_icache_sync_range) in mips_config_cache()
279 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
282 (void (*)(vaddr_t, vsize_t)) mco->mco_icache_sync_range; in mips_config_cache_prehistoric()
312 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
342 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
348 mco->mco_icache_sync_range; in mips_config_cache_prehistoric()
423 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
430 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
491 mco->mco_icache_sync_range = r5k_picache_sync_range; in mips_config_cache_prehistoric()
598 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
[all …]
/netbsd/src/sys/arch/mips/include/
Dcache.h137 void (*mco_icache_sync_range)(register_t, vsize_t); member
281 (*mips_cache_ops.mco_icache_sync_range)((v), (s))