Home
last modified time | relevance | path

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

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