Searched refs:newsp (Results 26 - 38 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess.c255 sys_clone(unsigned long clone_flags, unsigned long newsp, argument
258 if (!newsp)
259 newsp = regs->sp;
260 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dkernel_thread.S41 sethi.p #0xe4e4,gr9 ; second syscall arg [newsp]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dprocess.c252 asmlinkage long sys_clone(unsigned long clone_flags, unsigned long newsp, argument
256 return do_fork(clone_flags, newsp ?: __frame->sp, __frame, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsignal_32.c835 unsigned long newsp = 0; local
873 newsp = ((unsigned long)rt_sf) - (__SIGNAL_FRAMESIZE + 16);
875 if (put_user(regs->gpr[1], (u32 __user *)newsp))
879 regs->gpr[1] = newsp;
891 printk("badframe in handle_rt_signal, regs=%p frame=%p newsp=%lx\n",
892 regs, frame, newsp);
1185 unsigned long newsp = 0; local
1220 newsp = ((unsigned long)frame) - __SIGNAL_FRAMESIZE;
1221 if (put_user(regs->gpr[1], (u32 __user *)newsp))
1224 regs->gpr[1] = newsp;
[all...]
H A Dprocess.c1084 unsigned long sp, ip, lr, newsp; local
1117 newsp = stack[0];
1148 sp = newsp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_64.c455 asmlinkage int sys_clone(unsigned long clone_flags, unsigned long newsp, argument
460 if (!newsp)
461 newsp = pregs->regs[15];
462 return do_fork(clone_flags, newsp, pregs, 0, 0, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dprocess.c529 long _sys_clone(unsigned long clone_flags, unsigned long newsp, argument
533 if (!newsp)
534 newsp = regs->sp;
535 return do_fork(clone_flags, newsp, regs, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dsys_ia32.c458 asmlinkage long sys32_clone(unsigned int clone_flags, unsigned int newsp, argument
464 if (!newsp)
465 newsp = regs->sp;
466 return do_fork(clone_flags, newsp, regs, 0, parent_tid, child_tid);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dpolicy.c212 newsp() function
H A Dpfkey.c2331 new = newsp();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c1296 unsigned long newsp; local
1309 || !mread(sp, &newsp, sizeof(unsigned long))) {
1326 if (newsp > sp)
1327 mread(newsp + LRSAVE_OFFSET, &nextip,
1368 if (newsp == 0)
1371 sp = newsp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dassociola.c1139 struct sctp_sock *newsp = sctp_sk(newsk); local
1156 assoc->ep = newsp->ep;
1164 sctp_endpoint_add_asoc(newsp->ep, assoc);
H A Dsocket.c6342 struct sctp_sock *newsp = sctp_sk(newsk); local
6344 struct sctp_endpoint *newep = newsp->ep;
6360 newsp->ep = newep;
6361 newsp->hmac = NULL;
6377 sctp_bind_addr_dup(&newsp->ep->base.bind_addr,
6398 skb_queue_head_init(&newsp->pd_lobby);
6406 queue = &newsp->pd_lobby;
6440 newsp->type = type;

Completed in 272 milliseconds

12