Home
last modified time | relevance | path

Searched refs:newsp (Results 1 – 10 of 10) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dsignal_32.c742 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 Dsignal.c164 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 Dsignal_64.c861 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 Dtpidr2.c164 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/arch/openrisc/include/asm/
H A Dsyscalls.h23 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
/linux/arch/nios2/kernel/
H A Dprocess.c253 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 Dsys_ia32.c241 unsigned long, newsp, int __user *, parent_tidptr, in COMPAT_SYSCALL_DEFINE5() argument
250 .stack = newsp, in COMPAT_SYSCALL_DEFINE5()
/linux/net/sctp/
H A Dassociola.c1073 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()
H A Dsocket.c9527 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local
9529 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate()
9546 newsp->ep = newep; in sctp_sock_migrate()
9547 newsp->hmac = NULL; in sctp_sock_migrate()
9562 err = sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate()
9572 err = sctp_auth_init_hmacs(newsp->ep, GFP_KERNEL); in sctp_sock_migrate()
9577 sctp_auto_asconf_init(newsp); in sctp_sock_migrate()
9604 queue = &newsp->pd_lobby; in sctp_sock_migrate()
9634 newsp->type = type; in sctp_sock_migrate()
/linux/kernel/
H A Dfork.c2891 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp,
2896 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5()
2901 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5()
2907 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5()
2919 .stack = newsp, in SYSCALL_DEFINE5()
2892 SYSCALL_DEFINE5(clone,unsigned long,clone_flags,unsigned long,newsp,int __user *,parent_tidptr,unsigned long,tls,int __user *,child_tidptr) SYSCALL_DEFINE5() argument