/arch/s390/kernel/ |
D | stacktrace.c | 68 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/ |
D | processor.h | 192 #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/ |
D | process_64.c | 230 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()
|
D | process_32.c | 192 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/ |
D | processor_64.h | 152 #define start_thread(_regs, new_pc, new_sp) \ argument 157 _regs->regs[15] = new_sp
|
D | processor_32.h | 124 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
|
/arch/mn10300/include/asm/ |
D | processor.h | 126 unsigned long new_pc, unsigned long new_sp) in start_thread() argument 134 frame0->sp = new_sp; in start_thread()
|
/arch/avr32/include/asm/ |
D | processor.h | 132 #define start_thread(regs, new_pc, new_sp) \ argument 137 regs->sp = new_sp; \
|
/arch/xtensa/include/asm/ |
D | processor.h | 154 #define start_thread(regs, new_pc, new_sp) \ argument 157 regs->areg[1] = new_sp; \
|
/arch/ia64/kernel/ |
D | signal.c | 339 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/ |
D | processor.h | 68 unsigned long new_sp);
|
/arch/tile/include/asm/ |
D | thread_info.h | 98 unsigned long new_sp,
|
/arch/sh/kernel/ |
D | process_32.c | 103 unsigned long new_sp) in start_thread() argument 108 regs->regs[15] = new_sp; in start_thread()
|
/arch/blackfin/kernel/ |
D | process.c | 142 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/ |
D | processor.h | 314 #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/ |
D | elf.h | 183 void start_thread_ia32(struct pt_regs *regs, u32 new_ip, u32 new_sp);
|
D | processor.h | 909 unsigned long new_sp);
|