Home
last modified time | relevance | path

Searched defs:whichcache (Results 1 – 5 of 5) sorted by relevance

/netbsd/lib/libc/arch/mips/gen/
H A Dcacheflush.c37 _cacheflush(void *addr, size_t nbytes, int whichcache) in _cacheflush()
/netbsd/sys/arch/mips/include/
H A Dsysarch.h40 int whichcache; member
H A Dnetbsd32_machdep.h75 int whichcache; member
/netbsd/sys/arch/mips/mips/
H A Dsys_machdep.c102 mips_user_cacheflush(struct proc *p, vaddr_t va, size_t nbytes, int whichcache) in mips_user_cacheflush()
/netbsd/sys/compat/ultrix/
H A Dultrix_misc.c509 int whichcache = SCARG(uap, whichcache); in ultrix_sys_cacheflush() local