HomeSort by: relevance | last modified time | path
    Searched refs:whichcache (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/arch/mips/gen/
cacheflush.c 37 _cacheflush(void *addr, size_t nbytes, int whichcache)
43 cfa.whichcache = whichcache;
  /src/sys/arch/mips/include/
sysarch.h 40 int whichcache; member in struct:mips_cacheflush_args
netbsd32_machdep.h 75 int whichcache; member in struct:mips_cacheflush_args32
  /src/sys/arch/mips/mips/
sys_machdep.c 77 cfua.whichcache);
102 mips_user_cacheflush(struct proc *p, vaddr_t va, size_t nbytes, int whichcache)
106 switch (whichcache) {
137 if (whichcache & ICACHE) {
140 if (whichcache & DCACHE) {
netbsd32_machdep.c 182 cfua.whichcache);
  /src/sys/compat/ultrix/
ultrix_misc.c 509 int whichcache = SCARG(uap, whichcache); local in function:ultrix_sys_cacheflush
511 return mips_user_cacheflush(p, va, nbytes, whichcache);
ultrix_syscallargs.h 332 syscallarg(int) whichcache;

Completed in 14 milliseconds