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

/netbsd-current/sys/rump/kern/lib/libsljit/arch/mips/
H A Dcache.c43 struct mips_cache_ops mips_cache_ops = { variable in typeref:struct:mips_cache_ops
/netbsd-current/sys/arch/mips/include/
H A Dcache.h129 struct mips_cache_ops { struct
164 extern struct mips_cache_ops mips_cache_ops;
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 ) \
268 (*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
272 (*mips_cache_ops
[all...]
/netbsd-current/sys/arch/mips/mips/
H A Dcache.c143 struct mips_cache_ops mips_cache_ops = { variable in typeref:struct:mips_cache_ops
191 struct mips_cache_ops * const mco = &mips_cache_ops;
251 struct mips_cache_ops * const mco = &mips_cache_ops;
871 struct mips_cache_ops * const mco = &mips_cache_ops;
1064 struct mips_cache_ops * const mco = &mips_cache_ops;
[all...]
H A Dcopy.S395 PTR_L t9, _C_LABEL(mips_cache_ops) + MIPSX_FLUSHICACHE

Completed in 145 milliseconds