/linux-4.4.14/arch/powerpc/kernel/ |
D | signal.c | 37 unsigned long oldsp, newsp; in get_sigframe() local 42 newsp = (oldsp - frame_size) & ~0xFUL; in get_sigframe() 45 if (!access_ok(VERIFY_WRITE, (void __user *)newsp, oldsp - newsp)) in get_sigframe() 48 return (void __user *)newsp; in get_sigframe()
|
D | stacktrace.c | 27 unsigned long newsp, ip; in save_context_stack() local 32 newsp = stack[0]; in save_context_stack() 45 sp = newsp; in save_context_stack()
|
D | signal_32.c | 998 unsigned long newsp = 0; in handle_rt_signal32() local 1053 newsp = ((unsigned long)rt_sf) - (__SIGNAL_FRAMESIZE + 16); in handle_rt_signal32() 1055 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_rt_signal32() 1059 regs->gpr[1] = newsp; in handle_rt_signal32() 1422 unsigned long newsp = 0; in handle_signal32() local 1473 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_signal32() 1474 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_signal32() 1477 regs->gpr[1] = newsp; in handle_signal32()
|
D | signal_64.c | 729 unsigned long newsp = 0; in handle_rt_signal64() local 782 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_rt_signal64() 783 err |= put_user(regs->gpr[1], (unsigned long __user *)newsp); in handle_rt_signal64() 805 regs->gpr[1] = newsp; in handle_rt_signal64()
|
D | process.c | 1542 unsigned long sp, ip, lr, newsp; in show_stack() local 1568 newsp = stack[0]; in show_stack() 1599 sp = newsp; in show_stack()
|
/linux-4.4.14/arch/h8300/kernel/ |
D | process.c | 161 unsigned long newsp; in sys_clone() local 166 get_user(newsp, &args[1]); in sys_clone() 169 return do_fork(clone_flags, newsp, 0, in sys_clone()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | process.c | 101 asmlinkage int bfin_clone(unsigned long clone_flags, unsigned long newsp) in bfin_clone() argument 107 if (newsp) in bfin_clone() 108 newsp -= 12; in bfin_clone() 109 return do_fork(clone_flags, newsp, 0, NULL, NULL); in bfin_clone()
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | syscalls.h | 27 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
|
/linux-4.4.14/arch/tile/include/asm/ |
D | syscalls.h | 65 long _sys_clone(unsigned long clone_flags, unsigned long newsp,
|
/linux-4.4.14/kernel/ |
D | fork.c | 1809 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument 1814 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5() 1819 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 1825 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 1831 return _do_fork(clone_flags, newsp, 0, parent_tidptr, child_tidptr, tls); in SYSCALL_DEFINE5()
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 1373 unsigned long newsp; in xmon_show_stack() local 1385 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack() 1402 if (newsp > sp) in xmon_show_stack() 1403 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack() 1444 if (newsp == 0) in xmon_show_stack() 1447 sp = newsp; in xmon_show_stack()
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-stub.c | 1475 unsigned long *newsp = (unsigned long *) registers[SP]; in gdbstub() 1476 if (sp != newsp) in gdbstub() 1477 sp = memcpy(newsp, sp, 16 * 4); in gdbstub()
|
/linux-4.4.14/net/sctp/ |
D | associola.c | 1061 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate() local 1078 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1086 sctp_endpoint_add_asoc(newsp->ep, assoc); in sctp_assoc_migrate()
|
D | socket.c | 7236 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local 7238 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate() 7254 newsp->ep = newep; in sctp_sock_migrate() 7255 newsp->hmac = NULL; in sctp_sock_migrate() 7272 sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate() 7293 skb_queue_head_init(&newsp->pd_lobby); in sctp_sock_migrate() 7301 queue = &newsp->pd_lobby; in sctp_sock_migrate() 7335 newsp->type = type; in sctp_sock_migrate()
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 158 COMPAT_SYSCALL_WRAP5(clone, unsigned long, newsp, unsigned long, clone_flags, int __user *, parent_…
|