| /linux/arch/powerpc/kernel/ |
| H A D | stacktrace.c | 45 unsigned long newsp, ip; in arch_stack_walk() local 50 newsp = stack[0]; in arch_stack_walk() 56 sp = newsp; in arch_stack_walk() 70 unsigned long newsp; in arch_stack_walk_reliable() local 95 firstframe = false, sp = newsp) { in arch_stack_walk_reliable() 103 newsp = stack[0]; in arch_stack_walk_reliable() 105 if (newsp <= sp) in arch_stack_walk_reliable() 108 if (newsp != stack_end && in arch_stack_walk_reliable() 109 newsp > stack_end - STACK_FRAME_MIN_SIZE) { in arch_stack_walk_reliable()
|
| H A D | signal.c | 164 unsigned long oldsp, newsp; in get_sigframe() local 173 newsp = (oldsp - frame_size) & ~0xFUL; in get_sigframe() 175 return (void __user *)newsp; in get_sigframe()
|
| H A D | signal_32.c | 742 unsigned long newsp = 0; in handle_rt_signal32() local 807 newsp = ((unsigned long)frame) - (__SIGNAL_FRAMESIZE + 16); in handle_rt_signal32() 808 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_rt_signal32() 812 regs->gpr[1] = newsp; in handle_rt_signal32() 842 unsigned long newsp = 0; in handle_signal32() local 898 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_signal32() 899 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_signal32() 902 regs->gpr[1] = newsp; in handle_signal32()
|
| H A D | signal_64.c | 861 unsigned long newsp = 0; in handle_rt_signal64() local 934 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_rt_signal64() 935 err |= put_user(regs->gpr[1], (unsigned long __user *)newsp); in handle_rt_signal64() 956 regs->gpr[1] = newsp; in handle_rt_signal64()
|
| H A D | process.c | 2314 unsigned long sp, ip, lr, newsp; in show_stack() local 2341 newsp = stack[0]; in show_stack() 2383 sp = newsp; in show_stack()
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | tpidr2.c | 127 static int sys_clone(unsigned long clone_flags, unsigned long newsp, in sys_clone() argument 131 return my_syscall5(__NR_clone, clone_flags, newsp, parent_tidptr, tls, in sys_clone()
|
| /linux/arch/openrisc/include/asm/ |
| H A D | syscalls.h | 23 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 253 asmlinkage int nios2_clone(unsigned long clone_flags, unsigned long newsp, in nios2_clone() argument 263 .stack = newsp, in nios2_clone()
|
| /linux/arch/x86/kernel/ |
| H 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/ |
| H A D | xmon.c | 1710 unsigned long newsp; in xmon_show_stack() local 1722 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack() 1739 if (newsp > sp) in xmon_show_stack() 1740 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack() 1780 if (newsp == 0) in xmon_show_stack() 1783 sp = newsp; in xmon_show_stack()
|
| /linux/net/sctp/ |
| H A D | associola.c | 1056 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate() local 1073 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1081 sctp_endpoint_add_asoc(newsp->ep, assoc); in sctp_assoc_migrate()
|
| H A D | socket.c | 9517 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local 9519 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate() 9536 newsp->ep = newep; in sctp_sock_migrate() 9551 err = sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate() 9556 sctp_auto_asconf_init(newsp); in sctp_sock_migrate() 9583 queue = &newsp->pd_lobby; in sctp_sock_migrate() 9613 newsp->type = type; in sctp_sock_migrate()
|
| /linux/kernel/ |
| H A D | fork.c | 2718 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument 2723 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5() 2728 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2734 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2746 .stack = newsp, in SYSCALL_DEFINE5()
|