Searched refs:new_sp (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dstacktrace.c68 unsigned long orig_sp, new_sp; local
71 new_sp = save_context_stack(trace, orig_sp,
74 if (new_sp != orig_sp)
76 new_sp = save_context_stack(trace, new_sp,
79 if (new_sp != orig_sp)
81 save_context_stack(trace, new_sp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dprocessor.h120 #define start_thread(regs, new_pc, new_sp) do { \
125 __frame->sp = new_sp; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dprocessor.h184 #define start_thread_som(regs, new_pc, new_sp) do { \
185 unsigned long *sp = (unsigned long *)new_sp; \
203 regs->gr[30] = ((new_sp)+63)&~63; \
288 #define start_thread(regs, new_pc, new_sp) do { \
289 elf_addr_t *sp = (elf_addr_t *)new_sp; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dprocessor_64.h153 #define start_thread(_regs, new_pc, new_sp) \
159 _regs->regs[15] = new_sp
H A Dprocessor_32.h125 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dprocessor.h154 #define start_thread(regs, new_pc, new_sp) \
157 regs->areg[1] = new_sp; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dprocessor.h132 #define start_thread(regs, new_pc, new_sp) \
138 regs->sp = new_sp; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dthread_info.h97 unsigned long new_sp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dprocessor.h68 unsigned long new_sp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess_64.c332 unsigned long new_sp,
340 regs->sp = new_sp;
341 percpu_write(old_rsp, new_sp);
353 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
355 start_thread_common(regs, new_ip, new_sp,
360 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp) argument
362 start_thread_common(regs, new_ip, new_sp,
331 start_thread_common(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp, unsigned int _cs, unsigned int _ss, unsigned int _ds) argument
H A Dprocess_32.c248 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
258 regs->sp = new_sp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsignal.c339 unsigned long tramp_addr, new_rbs = 0, new_sp; local
343 new_sp = scr->pt.r12;
346 int onstack = sas_ss_flags(new_sp);
349 new_sp = current->sas_ss_sp + current->sas_ss_size;
367 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN;
373 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dprocess_32.c102 unsigned long new_sp)
109 regs->regs[15] = new_sp;
101 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dprocess.c142 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
151 task_thread_info(current)->l1_task_info.lowest_sp = (void *)new_sp;
155 wrusp(new_sp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dprocessor.h311 #define start_thread(regs,new_ip,new_sp) do { \
322 regs->r12 = new_sp - 16; /* allocate 16 byte scratch area */ \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Delf.h178 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp);
H A Dprocessor.h958 unsigned long new_sp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_spoolss_nt.c227 SPOOL_NOTIFY_OPTION *new_sp = NULL; local
232 new_sp = SMB_MALLOC_P(SPOOL_NOTIFY_OPTION);
233 if (!new_sp)
236 *new_sp = *sp;
239 new_sp->ctr.type = (SPOOL_NOTIFY_OPTION_TYPE *)memdup(sp->ctr.type, sizeof(SPOOL_NOTIFY_OPTION_TYPE) * sp->ctr.count);
241 if (!new_sp->ctr.type) {
242 SAFE_FREE(new_sp);
247 return new_sp;

Completed in 304 milliseconds