• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/

Lines Matching refs:to

80 			int _sys_private;	/* not to be passed to user */
81 int _overrun_incr; /* amount to add to overrun */
180 int copy_siginfo_to_user32(struct compat_siginfo __user *to, siginfo_t *from)
184 if (!access_ok(VERIFY_WRITE, to, sizeof(struct compat_siginfo)))
190 to avoid security leaks, but must copy the generic
192 err = __put_user(from->si_signo, &to->si_signo);
193 err |= __put_user(from->si_errno, &to->si_errno);
194 err |= __put_user((short)from->si_code, &to->si_code);
197 err |= __put_user(from->si_pid, &to->si_pid);
198 err |= __put_user(from->si_uid, &to->si_uid);
199 err |= __put_user(ptr_to_compat(from->si_ptr), &to->si_ptr);
206 &to->_sifields._pad[0]);
211 err |= __put_user(from->si_utime, &to->si_utime);
212 err |= __put_user(from->si_stime, &to->si_stime);
213 err |= __put_user(from->si_status, &to->si_status);
217 err |= __put_user(from->si_uid, &to->si_uid);
220 err |= __put_user(from->si_fd, &to->si_fd);
223 err |= __put_user(from->si_overrun, &to->si_overrun);
225 &to->si_ptr);
230 err |= __put_user(from->si_uid, &to->si_uid);
231 err |= __put_user(from->si_int, &to->si_int);
238 int copy_siginfo_from_user32(siginfo_t *to, struct compat_siginfo __user *from)
246 err = __get_user(to->si_signo, &from->si_signo);
247 err |= __get_user(to->si_errno, &from->si_errno);
248 err |= __get_user(to->si_code, &from->si_code);
250 err |= __get_user(to->si_pid, &from->si_pid);
251 err |= __get_user(to->si_uid, &from->si_uid);
253 to->si_ptr = compat_ptr(ptr32);
325 * Determine which stack to use..
333 /* Default to using normal stack */
352 * Align the stack pointer according to the TILE ABI,
417 /* Need extra arguments, so mark to restore caller-saves. */
425 * The tracer may want to single-step inside the