Home
last modified time | relevance | path

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

/arch/sh/include/asm/
Dprocessor_64.h141 #define start_thread(_regs, new_pc, new_sp) \ argument
146 _regs->regs[15] = new_sp
Dprocessor_32.h130 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
/arch/ia64/kernel/
Dsignal.c230 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local
234 new_sp = scr->pt.r12; in setup_frame()
237 int onstack = sas_ss_flags(new_sp); in setup_frame()
240 new_sp = current->sas_ss_sp + current->sas_ss_size; in setup_frame()
258 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame()
265 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
/arch/xtensa/include/asm/
Dprocessor.h196 #define start_thread(regs, new_pc, new_sp) \ argument
201 (regs)->areg[1] = (new_sp); \
/arch/x86/kernel/
Dprocess_64.c451 unsigned long new_sp, in start_thread_common() argument
468 regs->sp = new_sp; in start_thread_common()
476 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
478 start_thread_common(regs, new_ip, new_sp, in start_thread()
484 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) in compat_start_thread() argument
486 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()
Dprocess_32.c184 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
193 regs->sp = new_sp; in start_thread()
Duprobes.c528 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
530 if (copy_to_user((void __user *)new_sp, &val, sizeof_long(regs))) in emulate_push_stack()
533 regs->sp = new_sp; in emulate_push_stack()
/arch/parisc/include/asm/
Dprocessor.h249 #define start_thread(regs, new_pc, new_sp) do { \ argument
250 elf_addr_t *sp = (elf_addr_t *)new_sp; \
/arch/sh/kernel/
Dprocess_32.c67 unsigned long new_sp) in start_thread() argument
72 regs->regs[15] = new_sp; in start_thread()
/arch/ia64/include/asm/
Dprocessor.h310 #define start_thread(regs,new_ip,new_sp) do { \ argument
320 regs->r12 = new_sp - 16; /* allocate 16 byte scratch area */ \
/arch/x86/include/asm/
Delf.h191 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp);
Dprocessor.h879 unsigned long new_sp);