Searched refs:mips_cache_ops (Results 1 – 2 of 2) sorted by relevance
81 struct mips_cache_ops mips_cache_ops; variable97 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()138 mips_cache_ops.mco_pdcache_wbinv_all = in mips_config_cache()148 mips_cache_ops.mco_pdcache_wb_range = in mips_config_cache()174 mips_cache_ops.mco_pdcache_wb_range = in mips_config_cache()177 mips_cache_ops.mco_pdcache_wb_range = in mips_config_cache()193 mips_cache_ops.mco_pdcache_wb_range = in mips_config_cache()[all …]
133 struct mips_cache_ops { struct161 extern struct mips_cache_ops mips_cache_ops; argument171 (*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))[all …]