Searched refs:sy_arg_bytes (Results 1 – 3 of 3) sorted by relevance
434 assert((unsigned) callp->sy_arg_bytes <= sizeof(uthread->uu_arg)); in arm_get_u32_syscall_args()436 if (callp->sy_arg_bytes <= (sizeof(uint32_t) * regparams)) { in arm_get_u32_syscall_args()440 memcpy(&uthread->uu_arg[0], ®s->r[flavor], callp->sy_arg_bytes); in arm_get_u32_syscall_args()441 } else if (callp->sy_arg_bytes <= sizeof(uthread->uu_arg)) { in arm_get_u32_syscall_args()449 (callp->sy_arg_bytes - (sizeof(uint32_t) * regparams))) != 0) { in arm_get_u32_syscall_args()
50 uint16_t sy_arg_bytes; /* Total size of arguments in bytes for member
135 if (callp->sy_arg_bytes != 0) { in unix_syscall()143 assert((unsigned) callp->sy_arg_bytes <= sizeof(uthread->uu_arg)); in unix_syscall()144 nargs = callp->sy_arg_bytes; in unix_syscall()