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

/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,
/arch/parisc/include/asm/
H A Dprocessor.h192 #define start_thread_som(regs, new_pc, new_sp) do { \
193 unsigned long *sp = (unsigned long *)new_sp; \
210 regs->gr[30] = ((new_sp)+63)&~63; \
295 #define start_thread(regs, new_pc, new_sp) do { \
296 elf_addr_t *sp = (elf_addr_t *)new_sp; \
/arch/avr32/include/asm/
H A Dprocessor.h132 #define start_thread(regs, new_pc, new_sp) \
137 regs->sp = new_sp; \
/arch/mn10300/include/asm/
H A Dprocessor.h126 unsigned long new_pc, unsigned long new_sp)
134 frame0->sp = new_sp;
125 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) argument
/arch/sh/include/asm/
H A Dprocessor_64.h152 #define start_thread(_regs, new_pc, new_sp) \
157 _regs->regs[15] = new_sp
H A Dprocessor_32.h124 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
/arch/xtensa/include/asm/
H A Dprocessor.h154 #define start_thread(regs, new_pc, new_sp) \
157 regs->areg[1] = new_sp; \
/arch/x86/kernel/
H A Dprocess_64.c230 unsigned long new_sp,
237 current->thread.usersp = new_sp;
239 regs->sp = new_sp;
240 percpu_write(old_rsp, new_sp);
251 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
253 start_thread_common(regs, new_ip, new_sp,
258 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp) argument
260 start_thread_common(regs, new_ip, new_sp,
229 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.c192 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
201 regs->sp = new_sp;
/arch/blackfin/include/asm/
H A Dprocessor.h68 unsigned long new_sp);
/arch/tile/include/asm/
H A Dthread_info.h98 unsigned long new_sp,
/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);
/arch/sh/kernel/
H A Dprocess_32.c103 unsigned long new_sp)
108 regs->regs[15] = new_sp;
102 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) argument
/arch/blackfin/kernel/
H A Dprocess.c142 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
150 task_thread_info(current)->l1_task_info.lowest_sp = (void *)new_sp;
154 wrusp(new_sp);
/arch/ia64/include/asm/
H A Dprocessor.h314 #define start_thread(regs,new_ip,new_sp) do { \
324 regs->r12 = new_sp - 16; /* allocate 16 byte scratch area */ \
/arch/x86/include/asm/
H A Delf.h183 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp);
H A Dprocessor.h909 unsigned long new_sp);

Completed in 695 milliseconds