Home | History | Annotate | Download | only in include

Lines Matching refs:mips_cache_ops

135 struct mips_cache_ops {
170 extern struct mips_cache_ops mips_cache_ops;
265 (*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
266 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
267 (*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
272 (*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
273 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
274 (*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
278 (*mips_cache_ops.mco_icache_sync_all)()
281 (*mips_cache_ops.mco_icache_sync_range)((v), (s))
284 (*mips_cache_ops.mco_icache_sync_range_index)((v), (s))
316 (*mips_cache_ops.mco_intern_pdcache_wbinv_range_index)((v), (s))
319 (*mips_cache_ops.mco_intern_sdcache_wbinv_range_index)((v), (s))
322 (*mips_cache_ops.mco_intern_icache_sync_range)((v), (s))
325 (*mips_cache_ops.mco_intern_icache_sync_range_index)((v), (s))