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

/netbsd-current/sys/rump/kern/lib/libsljit/arch/mips/
H A Dsljit_rump.c43 return _cacheflush(addr, (size_t)len, ICACHE);
/netbsd-current/sys/arch/mips/include/
H A Dcachectl.h45 #define ICACHE 0x01 /* invalidate I-cache */ macro
47 #define BCACHE (ICACHE|DCACHE) /* invalidate both caches, as above */
H A Dsljit_machdep.h49 (void)_cacheflush((void*)(from), (size_t)((to) - (from)), ICACHE)
/netbsd-current/sys/arch/mips/mips/
H A Dsys_machdep.c107 case ICACHE:
137 if (whichcache & ICACHE) {

Completed in 194 milliseconds