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

  /src/sys/arch/mips/mips/
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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...]
syscall.c 122 mips_reg_t *fargs = &reg->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 231 milliseconds