Searched refs:mco_pdcache_wbinv_range_index (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/mips/include/
H A Dcache.h138 void (*mco_pdcache_wbinv_range_index)(vm_offset_t, vm_size_t); member in struct:mips_cache_ops
/freebsd-11-stable/sys/mips/mips/
H A Dcache.c141 mips_cache_ops.mco_pdcache_wbinv_range_index =
161 mips_cache_ops.mco_pdcache_wbinv_range_index =
165 mips_cache_ops.mco_pdcache_wbinv_range_index =
186 mips_cache_ops.mco_pdcache_wbinv_range_index =
201 mips_cache_ops.mco_pdcache_wbinv_range_index =
216 mips_cache_ops.mco_pdcache_wbinv_range_index = cache_noop;
240 mips_cache_ops.mco_pdcache_wbinv_range_index = cache_noop;
273 if (!mips_cache_ops.mco_pdcache_wbinv_range_index)

Completed in 357 milliseconds