Searched refs:whichcache (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/lib/libc/arch/mips/gen/
H A Dcacheflush.c37 _cacheflush(void *addr, size_t nbytes, int whichcache) argument
43 cfa.whichcache = whichcache;
/netbsd-current/sys/arch/mips/include/
H A Dsysarch.h40 int whichcache; member in struct:mips_cacheflush_args
H A Dnetbsd32_machdep.h75 int whichcache; member in struct:mips_cacheflush_args32
/netbsd-current/sys/arch/mips/mips/
H A Dsys_machdep.c77 cfua.whichcache);
102 mips_user_cacheflush(struct proc *p, vaddr_t va, size_t nbytes, int whichcache) argument
106 switch (whichcache) {
137 if (whichcache & ICACHE) {
140 if (whichcache & DCACHE) {
H A Dnetbsd32_machdep.c183 cfua.whichcache);
/netbsd-current/sys/compat/ultrix/
H A Dultrix_misc.c509 int whichcache = SCARG(uap, whichcache); local
511 return mips_user_cacheflush(p, va, nbytes, whichcache);
H A Dultrix_syscallargs.h332 syscallarg(int) whichcache; member in struct:ultrix_sys_cacheflush_args

Completed in 264 milliseconds