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

/linux-master/fs/
H A Dcompat_binfmt_elf.c104 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \
105 compat_start_thread(regs, new_ip, new_sp)
/linux-master/arch/sh/kernel/
H A Dprocess_32.c63 unsigned long new_sp)
68 regs->regs[15] = new_sp;
62 start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp) argument
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h198 #define start_thread(regs, new_pc, new_sp) \
207 (regs)->areg[1] = (new_sp); \
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h129 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
/linux-master/arch/x86/include/asm/
H A Delf.h175 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32);
176 #define COMPAT_START_THREAD(ex, regs, new_ip, new_sp) \
177 compat_start_thread(regs, new_ip, new_sp, ex->e_machine == EM_X86_64)
H A Dprocessor.h652 unsigned long new_sp);
/linux-master/arch/x86/kernel/
H A Dprocess_64.c531 unsigned long new_sp,
550 regs->sp = new_sp;
582 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
584 start_thread_common(regs, new_ip, new_sp,
590 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp, bool x32) argument
592 start_thread_common(regs, new_ip, new_sp,
530 start_thread_common(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp, u16 _cs, u16 _ss, u16 _ds) argument
H A Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) argument
121 regs->sp = new_sp;
H A Duprobes.c528 unsigned long new_sp = regs->sp - sizeof_long(regs); local
530 if (copy_to_user((void __user *)new_sp, &val, sizeof_long(regs)))
533 regs->sp = new_sp;
/linux-master/arch/loongarch/kernel/
H A Dsignal.c862 unsigned long new_sp = sp; local
869 new_sp -= sizeof(struct sctx_info);
870 extctx->end.addr = (void *)new_sp;
876 new_sp = extframe_alloc(extctx, &extctx->lasx,
877 sizeof(struct lasx_context), LASX_CTX_ALIGN, new_sp);
879 new_sp = extframe_alloc(extctx, &extctx->lsx,
880 sizeof(struct lsx_context), LSX_CTX_ALIGN, new_sp);
882 new_sp = extframe_alloc(extctx, &extctx->fpu,
883 sizeof(struct fpu_context), FPU_CTX_ALIGN, new_sp);
888 new_sp
[all...]
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h241 #define start_thread(regs, new_pc, new_sp) do { \
242 elf_addr_t *sp = (elf_addr_t *)new_sp; \

Completed in 158 milliseconds