Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcache.c96 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_16; in mips_config_cache()
103 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_32; in mips_config_cache()
110 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_64; in mips_config_cache()
117 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_128; in mips_config_cache()
126 mips_cache_ops.mco_icache_sync_all = (void (*)(void))cache_noop; in mips_config_cache()
262 if (!mips_cache_ops.mco_icache_sync_all) in mips_config_cache()
/f-stack/freebsd/mips/include/
H A Dcache.h134 void (*mco_icache_sync_all)(void); member
184 (*mips_cache_ops.mco_icache_sync_all)()