| /linux/arch/powerpc/kernel/ |
| A D | stacktrace.c | 44 unsigned long newsp, ip; in arch_stack_walk() local 49 newsp = stack[0]; in arch_stack_walk() 55 sp = newsp; in arch_stack_walk() 69 unsigned long newsp; in arch_stack_walk_reliable() local 111 firstframe = false, sp = newsp) { in arch_stack_walk_reliable() 119 newsp = stack[0]; in arch_stack_walk_reliable() 121 if (newsp <= sp) in arch_stack_walk_reliable() 124 if (newsp != stack_end && in arch_stack_walk_reliable() 125 newsp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()
|
| A D | signal.c | 152 unsigned long oldsp, newsp; in get_sigframe() local 161 newsp = (oldsp - frame_size) & ~0xFUL; in get_sigframe() 163 return (void __user *)newsp; in get_sigframe()
|
| A D | signal_32.c | 729 unsigned long newsp = 0; in handle_rt_signal32() local 794 newsp = ((unsigned long)frame) - (__SIGNAL_FRAMESIZE + 16); in handle_rt_signal32() 795 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_rt_signal32() 799 regs->gpr[1] = newsp; in handle_rt_signal32() 829 unsigned long newsp = 0; in handle_signal32() local 885 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_signal32() 886 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_signal32() 889 regs->gpr[1] = newsp; in handle_signal32()
|
| A D | signal_64.c | 853 unsigned long newsp = 0; in handle_rt_signal64() local 926 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_rt_signal64() 927 err |= put_user(regs->gpr[1], (unsigned long __user *)newsp); in handle_rt_signal64() 948 regs->gpr[1] = newsp; in handle_rt_signal64()
|
| A D | process.c | 2157 unsigned long sp, ip, lr, newsp; in show_stack() local 2184 newsp = stack[0]; in show_stack() 2218 sp = newsp; in show_stack()
|
| /linux/arch/h8300/kernel/ |
| A D | process.c | 155 unsigned long newsp; in sys_clone() local 161 get_user(newsp, &args[1]); in sys_clone() 170 kargs.stack = newsp; in sys_clone()
|
| /linux/arch/openrisc/include/asm/ |
| A D | syscalls.h | 23 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
|
| /linux/arch/nios2/kernel/ |
| A D | process.c | 252 asmlinkage int nios2_clone(unsigned long clone_flags, unsigned long newsp, in nios2_clone() argument 262 .stack = newsp, in nios2_clone()
|
| /linux/arch/x86/kernel/ |
| A D | sys_ia32.c | 241 unsigned long, newsp, int __user *, parent_tidptr, in COMPAT_SYSCALL_DEFINE5() argument 250 .stack = newsp, in COMPAT_SYSCALL_DEFINE5()
|
| /linux/arch/powerpc/xmon/ |
| A D | xmon.c | 1733 unsigned long newsp; in xmon_show_stack() local 1745 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack() 1762 if (newsp > sp) in xmon_show_stack() 1763 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack() 1804 if (newsp == 0) in xmon_show_stack() 1807 sp = newsp; in xmon_show_stack()
|
| /linux/net/sctp/ |
| A D | associola.c | 1076 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate() local 1093 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1101 sctp_endpoint_add_asoc(newsp->ep, assoc); in sctp_assoc_migrate()
|
| A D | socket.c | 9497 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local 9499 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate() 9516 newsp->ep = newep; in sctp_sock_migrate() 9517 newsp->hmac = NULL; in sctp_sock_migrate() 9532 err = sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate() 9542 err = sctp_auth_init_hmacs(newsp->ep, GFP_KERNEL); in sctp_sock_migrate() 9547 sctp_auto_asconf_init(newsp); in sctp_sock_migrate() 9574 queue = &newsp->pd_lobby; in sctp_sock_migrate() 9604 newsp->type = type; in sctp_sock_migrate()
|
| /linux/kernel/ |
| A D | fork.c | 2667 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument 2672 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5() 2677 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2683 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2695 .stack = newsp, in SYSCALL_DEFINE5()
|