Home
last modified time | relevance | path

Searched refs:mips_user_cachectl (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dsys_machdep.c86 error = mips_user_cachectl(p, ccua.va, ccua.nbytes, ccua.ctl); in sys_sysarch()
152 mips_user_cachectl(struct proc *p, vaddr_t va, size_t nbytes, int cachectlval) in mips_user_cachectl() function
H A Dnetbsd32_machdep.c192 error = mips_user_cachectl(p, ccua.va, ccua.nbytes, ccua.ctl); in netbsd32_sysarch()
/netbsd-src/sys/arch/mips/include/
H A Dcachectl.h59 int mips_user_cachectl(struct proc *, vaddr_t, size_t, int);
/netbsd-src/sys/compat/ultrix/
H A Dultrix_misc.c528 return mips_user_cachectl(p, va, nbytes, cacheop); in ultrix_sys_cachectl()