Searched refs:mco_icache_sync_all (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/mips/include/
H A Dcache.h132 void (*mco_icache_sync_all)(void); member in struct:mips_cache_ops
180 (*mips_cache_ops.mco_icache_sync_all)()
/freebsd-11-stable/sys/mips/mips/
H A Dcache.c94 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_16;
101 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_32;
108 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_64;
115 mips_cache_ops.mco_icache_sync_all = mipsNN_icache_sync_all_128;
124 mips_cache_ops.mco_icache_sync_all = (void (*)(void))cache_noop;
260 if (!mips_cache_ops.mco_icache_sync_all)

Completed in 111 milliseconds