mips_cache_ops
extern struct mips_cache_ops mips_cache_ops;
(*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
(*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
(*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
(*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
(*mips_cache_ops.mco_icache_sync_all)()
(*mips_cache_ops.mco_icache_sync_range)((v), (s))
(*mips_cache_ops.mco_icache_sync_range_index)((v), (s))
(*mips_cache_ops.mco_intern_pdcache_wbinv_range_index)((v), (s))
(*mips_cache_ops.mco_intern_sdcache_wbinv_range_index)((v), (s))
(*mips_cache_ops.mco_intern_icache_sync_range)((v), (s))
(*mips_cache_ops.mco_intern_icache_sync_range_index)((v), (s))
struct mips_cache_ops * const mco = &mips_cache_ops;
struct mips_cache_ops mips_cache_ops = {
struct mips_cache_ops * const mco = &mips_cache_ops;
struct mips_cache_ops * const mco = &mips_cache_ops;
struct mips_cache_ops * const mco = &mips_cache_ops;
struct mips_cache_ops mips_cache_ops = {