Home
last modified time | relevance | path

Searched refs:newsp (Results 26 – 40 of 40) sorted by relevance

12

/openbmc/linux/arch/openrisc/include/asm/
H A Dsyscalls.h23 asmlinkage long __sys_clone(unsigned long clone_flags, unsigned long newsp,
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c167 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()
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_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()
H A Dprocess.c2283 unsigned long sp, ip, lr, newsp; in show_stack() local
2310 newsp = stack[0]; in show_stack()
2352 sp = newsp; in show_stack()
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c1729 unsigned long newsp; in xmon_show_stack() local
1741 || !mread(sp, &newsp, sizeof(unsigned long))) { in xmon_show_stack()
1758 if (newsp > sp) in xmon_show_stack()
1759 mread(newsp + LRSAVE_OFFSET, &nextip, in xmon_show_stack()
1799 if (newsp == 0) in xmon_show_stack()
1802 sp = newsp; in xmon_show_stack()
/openbmc/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.c9530 struct sctp_sock *newsp = sctp_sk(newsk); in sctp_sock_migrate() local
9532 struct sctp_endpoint *newep = newsp->ep; in sctp_sock_migrate()
9549 newsp->ep = newep; in sctp_sock_migrate()
9550 newsp->hmac = NULL; in sctp_sock_migrate()
9565 err = sctp_bind_addr_dup(&newsp->ep->base.bind_addr, in sctp_sock_migrate()
9575 err = sctp_auth_init_hmacs(newsp->ep, GFP_KERNEL); in sctp_sock_migrate()
9580 sctp_auto_asconf_init(newsp); in sctp_sock_migrate()
9607 queue = &newsp->pd_lobby; in sctp_sock_migrate()
9637 newsp->type = type; in sctp_sock_migrate()
/openbmc/linux/kernel/
H A Dfork.c3020 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5() argument
3025 SYSCALL_DEFINE5(clone, unsigned long, newsp, unsigned long, clone_flags, in SYSCALL_DEFINE5()
3030 SYSCALL_DEFINE6(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5()
3036 SYSCALL_DEFINE5(clone, unsigned long, clone_flags, unsigned long, newsp, in SYSCALL_DEFINE5()
3048 .stack = newsp, in SYSCALL_DEFINE5()
/openbmc/qemu/linux-user/
H A Dstrace.c1983 static void do_print_clone(unsigned int flags, abi_ulong newsp, in do_print_clone() argument
1988 print_raw_param("child_stack=0x" TARGET_ABI_FMT_lx, newsp, 0); in do_print_clone()
H A Dsyscall.c6539 static int do_fork(CPUArchState *env, unsigned int flags, abi_ulong newsp, in do_fork() argument
6585 cpu_clone_regs_child(new_env, newsp, flags); in do_fork()
6668 cpu_clone_regs_child(env, newsp, flags); in do_fork()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate.c5078 TCGv_i32 newsp = tcg_temp_new_i32(); in op_addr_ri_pre() local
5079 tcg_gen_addi_i32(newsp, cpu_R[13], ofs); in op_addr_ri_pre()
5080 gen_helper_v8m_stackcheck(tcg_env, newsp); in op_addr_ri_pre()
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst2105 …[23:21:56.989432989] (+0.000081295) sys_clone: { 1 }, { clone_flags = 0x411, newsp = 0xB5EFFFE4, p…

12