Searched refs:_cacheflush (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/lib/libc/arch/mips/gen/
H A Dcacheflush.c37 _cacheflush(void *addr, size_t nbytes, int whichcache) function
/netbsd-current/sys/arch/mips/include/
H A Dsljit_machdep.h49 (void)_cacheflush((void*)(from), (size_t)((to) - (from)), ICACHE)
H A Dcachectl.h41 int _cacheflush(void *, size_t, int);

Completed in 120 milliseconds