/linux-6.3-rc2/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 | 167 unsigned long oldsp, newsp; in get_sigframe() local 176 newsp = (oldsp - frame_size) & ~0xFUL; in get_sigframe() 178 return (void __user *)newsp; in get_sigframe()
|
A D | signal_32.c | 739 unsigned long newsp = 0; in handle_rt_signal32() local 804 newsp = ((unsigned long)frame) - (__SIGNAL_FRAMESIZE + 16); in handle_rt_signal32() 805 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_rt_signal32() 809 regs->gpr[1] = newsp; in handle_rt_signal32() 839 unsigned long newsp = 0; in handle_signal32() local 895 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE; in handle_signal32() 896 if (put_user(regs->gpr[1], (u32 __user *)newsp)) in handle_signal32() 899 regs->gpr[1] = newsp; in handle_signal32()
|
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()
|
A D | process.c | 2238 unsigned long sp, ip, lr, newsp; in show_stack() local 2265 newsp = stack[0]; in show_stack() 2303 sp = newsp; in show_stack()
|
/linux-6.3-rc2/tools/testing/selftests/arm64/abi/ |
A D | tpidr2.c | 164 static int sys_clone(unsigned long clone_flags, unsigned long newsp, in sys_clone() argument 168 return my_syscall5(__NR_clone, clone_flags, newsp, parent_tidptr, tls, in sys_clone()
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | syscalls.h | 23 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
|
/linux-6.3-rc2/arch/nios2/kernel/ |
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-6.3-rc2/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-6.3-rc2/arch/powerpc/xmon/ |
A D | xmon.c | 1728 unsigned long newsp; in xmon_show_stack() local 1740 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack() 1757 if (newsp > sp) in xmon_show_stack() 1758 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack() 1798 if (newsp == 0) in xmon_show_stack() 1801 sp = newsp; in xmon_show_stack()
|
/linux-6.3-rc2/net/sctp/ |
A D | associola.c | 1073 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_assoc_migrate() local 1090 assoc->ep = newsp->ep; in sctp_assoc_migrate() 1098 sctp_endpoint_add_asoc(newsp->ep, assoc); in sctp_assoc_migrate()
|
A D | socket.c | 9496 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local 9498 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate() 9515 newsp->ep = newep; in sctp_sock_migrate() 9516 newsp->hmac = NULL; in sctp_sock_migrate() 9531 err = sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate() 9541 err = sctp_auth_init_hmacs(newsp->ep, GFP_KERNEL); in sctp_sock_migrate() 9546 sctp_auto_asconf_init(newsp); in sctp_sock_migrate() 9573 queue = &newsp->pd_lobby; in sctp_sock_migrate() 9603 newsp->type = type; in sctp_sock_migrate()
|
/linux-6.3-rc2/kernel/ |
A D | fork.c | 2793 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument 2798 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5() 2803 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2809 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() 2821 .stack = newsp, in SYSCALL_DEFINE5()
|