Searched refs:mips_user_cacheflush (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/arch/mips/mips/ |
H A D | sys_machdep.c | 76 error = mips_user_cacheflush(p, cfua.va, cfua.nbytes, in sys_sysarch() 102 mips_user_cacheflush(struct proc *p, vaddr_t va, size_t nbytes, int whichcache) in mips_user_cacheflush() function
|
H A D | netbsd32_machdep.c | 182 error = mips_user_cacheflush(p, cfua.va, cfua.nbytes, in netbsd32_sysarch()
|
/netbsd/sys/arch/mips/include/ |
H A D | cachectl.h | 60 int mips_user_cacheflush(struct proc *, vaddr_t, size_t, int);
|
/netbsd/sys/compat/ultrix/ |
H A D | ultrix_misc.c | 511 return mips_user_cacheflush(p, va, nbytes, whichcache); in ultrix_sys_cacheflush()
|