HomeSort by: relevance | last modified time | path
    Searched defs:cfua (Results 1 - 4 of 4) sorted by relevancy

  /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);

Completed in 21 milliseconds