HomeSort by: relevance | last modified time | path
    Searched defs:mips_cache_ops (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/rump/kern/lib/libsljit/arch/mips/
cache.c 43 struct mips_cache_ops mips_cache_ops = { variable in typeref:struct:mips_cache_ops
cache.c 43 struct mips_cache_ops mips_cache_ops = { variable in typeref:struct:mips_cache_ops
  /src/sys/arch/mips/mips/
cache.c 143 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...]
cache.c 143 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...]
  /src/sys/arch/mips/include/
cache.h 135 struct mips_cache_ops { struct
170 extern struct mips_cache_ops mips_cache_ops;
265 (*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
266 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
267 (*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
272 (*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
273 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
274 (*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
278 (*mips_cache_ops.mco_icache_sync_all)(
    [all...]
cache.h 135 struct mips_cache_ops { struct
170 extern struct mips_cache_ops mips_cache_ops;
265 (*mips_cache_ops.mco_ ## prefix ## p ## x )(); \
266 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
267 (*mips_cache_ops.mco_ ## prefix ## s ## x )(); \
272 (*mips_cache_ops.mco_ ## prefix ## p ## x )((a), (b)); \
273 if (*mips_cache_ops.mco_ ## prefix ## s ## x ) \
274 (*mips_cache_ops.mco_ ## prefix ## s ## x )((a), (b)); \
278 (*mips_cache_ops.mco_icache_sync_all)(
    [all...]

Completed in 81 milliseconds