Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dsignal.c837 unsigned long new_sp = sp; in extframe_alloc()
844 new_sp -= sizeof(struct sctx_info); in setup_extcontext()
845 extctx->end.addr = (void *)new_sp; in setup_extcontext()
851 new_sp = extframe_alloc(extctx, &extctx->lasx, in setup_extcontext()
852 sizeof(struct lasx_context), LASX_CTX_ALIGN, new_sp); in setup_extcontext()
854 new_sp = extframe_alloc(extctx, &extctx->lsx, in setup_extcontext()
855 sizeof(struct lsx_context), LSX_CTX_ALIGN, new_sp); in setup_extcontext()
857 new_sp = extframe_alloc(extctx, &extctx->fpu, in setup_extcontext()
858 sizeof(struct fpu_context), FPU_CTX_ALIGN, new_sp); in setup_extcontext()
863 new_sp in setup_extcontext()
841 unsigned long new_sp = sp; setup_extcontext() local
[all...]
/linux/arch/x86/kernel/
H A Dprocess_32.c112 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument
121 regs->sp = new_sp; in start_thread()
H A Duprobes.c1214 unsigned long new_sp = regs->sp - sizeof_long(regs); in emulate_push_stack() local
1216 if (copy_to_user((void __user *)new_sp, &val, sizeof_long(regs))) in emulate_push_stack()
1219 regs->sp = new_sp; in emulate_push_stack()
/linux/arch/sh/kernel/
H A Dprocess_32.c63 unsigned long new_sp) in start_thread() argument
68 regs->regs[15] = new_sp; in start_thread()
/linux/arch/xtensa/include/asm/
H A Dprocessor.h196 #define start_thread(regs, new_pc, new_sp) \ argument
205 (regs)->areg[1] = (new_sp); \
/linux/arch/parisc/include/asm/
H A Dprocessor.h241 #define start_thread(regs, new_pc, new_sp) do { \ argument
242 elf_addr_t *sp = (elf_addr_t *)new_sp; \
/linux/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);