Lines Matching refs:mips_cache_ops
133 struct mips_cache_ops { struct
161 extern struct mips_cache_ops mips_cache_ops; argument
171 (*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
172 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
173 (*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
178 (*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
179 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
180 (*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
184 (*mips_cache_ops.mco_icache_sync_all)()
187 (*mips_cache_ops.mco_icache_sync_range)((v), (s))
190 (*mips_cache_ops.mco_icache_sync_range_index)((v), (s))