/src/sys/arch/mips/mips/ |
sys_machdep.c | 71 struct mips_cacheflush_args cfua; local in function:sys_sysarch 73 error = copyin(SCARG(uap, parms), &cfua, sizeof(cfua)); 76 error = mips_user_cacheflush(p, cfua.va, cfua.nbytes, 77 cfua.whichcache);
|
sys_machdep.c | 71 struct mips_cacheflush_args cfua; local in function:sys_sysarch 73 error = copyin(SCARG(uap, parms), &cfua, sizeof(cfua)); 76 error = mips_user_cacheflush(p, cfua.va, cfua.nbytes, 77 cfua.whichcache);
|
netbsd32_machdep.c | 176 struct mips_cacheflush_args32 cfua; local in function:netbsd32_sysarch 178 error = copyin(parms, &cfua, sizeof(cfua)); 181 error = mips_user_cacheflush(p, cfua.va, cfua.nbytes, 182 cfua.whichcache);
|
netbsd32_machdep.c | 176 struct mips_cacheflush_args32 cfua; local in function:netbsd32_sysarch 178 error = copyin(parms, &cfua, sizeof(cfua)); 181 error = mips_user_cacheflush(p, cfua.va, cfua.nbytes, 182 cfua.whichcache);
|