OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fargs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mips/mips/
syscall.c
122
mips_reg_t *
fargs
= ®->r_regs[_R_A0];
local in function:EMULNAME
157
code = *
fargs
++ - SYSCALL_SHIFT;
164
code =
fargs
[_QUAD_LOWWORD] - SYSCALL_SHIFT;
165
fargs
+= 2;
178
CTASSERT(sizeof(copyargs[0]) == sizeof(
fargs
[0]));
183
args =
fargs
;
192
memcpy(copyargs,
fargs
, nregs * sizeof(register_t));
220
CTASSERT(sizeof(copy32args[0]) != sizeof(
fargs
[0]));
227
args =
fargs
;
253
arg = (int32_t) *
fargs
++
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025