| /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()
|
| /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 syscall(__NR_clone, clone_flags, newsp, parent_tidptr, tls, child_tidptr); 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/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 | 4852 struct sctp_sock *newsp; in sctp_clone_sock() local 4862 newsp = sctp_sk(newsk); in sctp_clone_sock() 4864 newsp->pf->to_sk_daddr(&asoc->peer.primary_addr, newsk); in sctp_clone_sock() 4887 newsp->pf->copy_ip_options(sk, newsk); in sctp_clone_sock() 4889 newsp->do_auto_asconf = 0; in sctp_clone_sock() 4890 skb_queue_head_init(&newsp->pd_lobby); in sctp_clone_sock() 4892 newsp->ep = sctp_endpoint_new(newsk, GFP_KERNEL); in sctp_clone_sock() 4893 if (!newsp->ep) in sctp_clone_sock() 9505 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local 9507 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate() [all …]
|
| /linux/kernel/ |
| H A D | fork.c | 2763 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument 2768 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5() 2773 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2779 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2791 .stack = newsp, in SYSCALL_DEFINE5()
|