Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A 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/
H A Dcache.h131 void (*mco_icache_sync_range)(register_t, vsize_t); member
275 (*mips_cache_ops.mco_icache_sync_range)((v), (s))
/netbsd-src/sys/rump/kern/lib/libsljit/arch/mips/
H A Dcache.c44 .mco_icache_sync_range = &icache_sync_range