Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/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()
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()
422 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
429 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
601 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
633 mco->mco_icache_sync_range = in mips_config_cache_prehistoric()
883 mco->mco_icache_sync_range = no_cache_op_range; in mips_config_cache_emips()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/kern/lib/libsljit/arch/mips/
H A Dcache.c44 .mco_icache_sync_range = &icache_sync_range
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/mips/include/
H A Dcache.h131 void (*mco_icache_sync_range)(register_t, vsize_t); member
271 (*mips_cache_ops.mco_icache_sync_range)((v), (s))