Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dcache.c97 mips_cache_ops.mco_icache_sync_range = in mips_config_cache()
104 mips_cache_ops.mco_icache_sync_range = in mips_config_cache()
111 mips_cache_ops.mco_icache_sync_range = in mips_config_cache()
118 mips_cache_ops.mco_icache_sync_range = in mips_config_cache()
127 mips_cache_ops.mco_icache_sync_range = cache_noop; in mips_config_cache()
264 if (!mips_cache_ops.mco_icache_sync_range) in mips_config_cache()
/f-stack/freebsd/mips/include/
H A Dcache.h135 void (*mco_icache_sync_range)(vm_offset_t, vm_size_t); member
187 (*mips_cache_ops.mco_icache_sync_range)((v), (s))