Home
last modified time | relevance | path

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

/NextBSD/sys/mips/mips/
HDcache.c94 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_16; in mips_config_cache()
101 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_32; in mips_config_cache()
108 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_64; in mips_config_cache()
115 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_128; in mips_config_cache()
124 mips_cache_ops.mco_icache_sync_all = (void (*)(void))cache_noop; in mips_config_cache()
260 if (!mips_cache_ops.mco_icache_sync_all) in mips_config_cache()
/NextBSD/sys/mips/include/
HDcache.h132 void (*mco_icache_sync_all)(void); member
180 (*mips_cache_ops.mco_icache_sync_all)()