OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cfua
(Results
1 - 2
of
2
) 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);
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 11 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025