Home
last modified time | relevance | path

Searched refs:mips_cache_ops (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/mips/mips/
H A Dcache.c81 struct mips_cache_ops mips_cache_ops; variable
97 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 …]
/f-stack/freebsd/mips/include/
H A Dcache.h133 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))
[all …]