Home
last modified time | relevance | path

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

/arch/s390/kernel/
Dstacktrace.c68 unsigned long orig_sp, new_sp; in save_stack_trace() local
71 new_sp = save_context_stack(trace, orig_sp, in save_stack_trace()
74 if (new_sp != orig_sp) in save_stack_trace()
76 new_sp = save_context_stack(trace, new_sp, in save_stack_trace()
79 if (new_sp != orig_sp) in save_stack_trace()
81 save_context_stack(trace, new_sp, in save_stack_trace()
/arch/parisc/include/asm/
Dprocessor.h192 #define start_thread_som(regs, new_pc, new_sp) do { \ argument
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 { \ argument
296 elf_addr_t *sp = (elf_addr_t *)new_sp; \
/arch/x86/kernel/
Dprocess_64.c230 unsigned long new_sp, in start_thread_common() argument
237 current->thread.usersp = new_sp; in start_thread_common()
239 regs->sp = new_sp; in start_thread_common()
240 percpu_write(old_rsp, new_sp); in start_thread_common()
251 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
253 start_thread_common(regs, new_ip, new_sp, in start_thread()
258 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp) in start_thread_ia32() argument
260 start_thread_common(regs, new_ip, new_sp, in start_thread_ia32()
Dprocess_32.c192 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
201 regs->sp = new_sp; in start_thread()
/arch/sh/include/asm/
Dprocessor_64.h152 #define start_thread(_regs, new_pc, new_sp) \ argument
157 _regs->regs[15] = new_sp
Dprocessor_32.h124 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
/arch/mn10300/include/asm/
Dprocessor.h126 unsigned long new_pc, unsigned long new_sp) in start_thread() argument
134 frame0->sp = new_sp; in start_thread()
/arch/avr32/include/asm/
Dprocessor.h132 #define start_thread(regs, new_pc, new_sp) \ argument
137 regs->sp = new_sp; \
/arch/xtensa/include/asm/
Dprocessor.h154 #define start_thread(regs, new_pc, new_sp) \ argument
157 regs->areg[1] = new_sp; \
/arch/ia64/kernel/
Dsignal.c339 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
343 new_sp = scr->pt.r12; in setup_frame()
346 int onstack = sas_ss_flags(new_sp); in setup_frame()
349 new_sp = current->sas_ss_sp + current->sas_ss_size; in setup_frame()
367 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()
373 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
/arch/blackfin/include/asm/
Dprocessor.h68 unsigned long new_sp);
/arch/tile/include/asm/
Dthread_info.h98 unsigned long new_sp,
/arch/sh/kernel/
Dprocess_32.c103 unsigned long new_sp) in start_thread() argument
108 regs->regs[15] = new_sp; in start_thread()
/arch/blackfin/kernel/
Dprocess.c142 void start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
150 task_thread_info(current)->l1_task_info.lowest_sp = (void *)new_sp; in start_thread()
154 wrusp(new_sp); in start_thread()
/arch/ia64/include/asm/
Dprocessor.h314 #define start_thread(regs,new_ip,new_sp) do { \ argument
324 regs->r12 = new_sp - 16; /* allocate 16 byte scratch area */ \
/arch/x86/include/asm/
Delf.h183 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp);
Dprocessor.h909 unsigned long new_sp);