Home
last modified time | relevance | path

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

/netbsd/sys/arch/mips/include/
H A Dcache.h129 struct mips_cache_ops { struct
164 extern struct mips_cache_ops mips_cache_ops; argument
259 (*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
260 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
261 (*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
266 (*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
267 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
272 (*mips_cache_ops.mco_icache_sync_all)()
275 (*mips_cache_ops.mco_icache_sync_range)((v), (s))
278 (*mips_cache_ops.mco_icache_sync_range_index)((v), (s))
[all …]
/netbsd/sys/rump/kern/lib/libsljit/arch/mips/
H A Dcache.c43 struct mips_cache_ops mips_cache_ops = { variable
/netbsd/sys/arch/mips/mips/
H A Dcache.c143 struct mips_cache_ops mips_cache_ops = { variable
191 struct mips_cache_ops * const mco = &mips_cache_ops; in mips_config_cache()
251 struct mips_cache_ops * const mco = &mips_cache_ops; in mips_config_cache_prehistoric()
871 struct mips_cache_ops * const mco = &mips_cache_ops; in mips_config_cache_emips()
1064 struct mips_cache_ops * const mco = &mips_cache_ops; in mips_config_cache_modern()
H A Dcopy.S395 PTR_L t9, _C_LABEL(mips_cache_ops) + MIPSX_FLUSHICACHE