Searched refs:new_sp (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/arch/sh/include/asm/ |
D | processor_64.h | 159 #define start_thread(_regs, new_pc, new_sp) \ argument 164 _regs->regs[15] = new_sp
|
D | processor_32.h | 135 extern void start_thread(struct pt_regs *regs, unsigned long new_pc, unsigned long new_sp);
|
/Linux-v4.19/arch/x86/kernel/ |
D | process_64.c | 365 unsigned long new_sp, in start_thread_common() argument 382 regs->sp = new_sp; in start_thread_common() 390 start_thread(struct pt_regs *regs, unsigned long new_ip, unsigned long new_sp) in start_thread() argument 392 start_thread_common(regs, new_ip, new_sp, in start_thread() 398 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp) in compat_start_thread() argument 400 start_thread_common(regs, new_ip, new_sp, in compat_start_thread()
|
D | process_32.c | 184 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()
|
D | uprobes.c | 537 unsigned long new_sp = regs->sp - sizeof_long(); in emulate_push_stack() local 539 if (copy_to_user((void __user *)new_sp, &val, sizeof_long())) in emulate_push_stack() 542 regs->sp = new_sp; in emulate_push_stack()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | signal.c | 269 unsigned long tramp_addr, new_rbs = 0, new_sp; in setup_frame() local 273 new_sp = scr->pt.r12; in setup_frame() 276 int onstack = sas_ss_flags(new_sp); in setup_frame() 279 new_sp = current->sas_ss_sp + current->sas_ss_size; in setup_frame() 297 check_sp = (new_sp - sizeof(*frame)) & -STACK_ALIGN; in setup_frame() 303 frame = (void __user *) ((new_sp - sizeof(*frame)) & -STACK_ALIGN); in setup_frame()
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | processor.h | 192 #define start_thread(regs, new_pc, new_sp) \ argument 196 regs->areg[1] = new_sp; \
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | processor.h | 261 #define start_thread(regs, new_pc, new_sp) do { \ argument 262 elf_addr_t *sp = (elf_addr_t *)new_sp; \
|
/Linux-v4.19/arch/sh/kernel/ |
D | process_32.c | 70 unsigned long new_sp) in start_thread() argument 75 regs->regs[15] = new_sp; in start_thread()
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | processor.h | 310 #define start_thread(regs,new_ip,new_sp) do { \ argument 320 regs->r12 = new_sp - 16; /* allocate 16 byte scratch area */ \
|
/Linux-v4.19/arch/x86/include/asm/ |
D | elf.h | 191 void compat_start_thread(struct pt_regs *regs, u32 new_ip, u32 new_sp);
|
D | processor.h | 913 unsigned long new_sp);
|