Searched refs:whichcache (Results 1 – 7 of 7) sorted by relevance
77 cfua.whichcache); in sys_sysarch()102 mips_user_cacheflush(struct proc *p, vaddr_t va, size_t nbytes, int whichcache) in mips_user_cacheflush() argument106 switch (whichcache) { in mips_user_cacheflush()137 if (whichcache & ICACHE) { in mips_user_cacheflush()140 if (whichcache & DCACHE) { in mips_user_cacheflush()
182 cfua.whichcache); in netbsd32_sysarch()
37 _cacheflush(void *addr, size_t nbytes, int whichcache) in _cacheflush() argument43 cfa.whichcache = whichcache; in _cacheflush()
40 int whichcache; member
75 int whichcache; member
509 int whichcache = SCARG(uap, whichcache); in ultrix_sys_cacheflush() local511 return mips_user_cacheflush(p, va, nbytes, whichcache); in ultrix_sys_cacheflush()
332 syscallarg(int) whichcache;