Searched refs:new_stack (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dprocess_32.c268 char *new_stack; local
281 * p->thread_info new_stack childregs stack bottom
286 new_stack = task_stack_page(p) + THREAD_SIZE;
287 new_stack -= STACKFRAME_SZ + TRACEREG_SZ;
288 childregs = (struct pt_regs *) (new_stack + STACKFRAME_SZ);
297 ti->ksp = (unsigned long) new_stack;
303 memset(new_stack, 0, STACKFRAME_SZ + TRACEREG_SZ);
312 memcpy(new_stack, (char *)regs - STACKFRAME_SZ, STACKFRAME_SZ + TRACEREG_SZ);
/linux-master/arch/alpha/boot/
H A Dbootp.c29 extern void move_stack(unsigned long new_stack);
H A Dbootpz.c51 extern void move_stack(unsigned long new_stack);
/linux-master/arch/um/os-Linux/skas/
H A Dprocess.c483 int copy_context_skas0(unsigned long new_stack, int pid) argument
488 struct stub_data *child_data = (struct stub_data *) new_stack;
490 int new_fd = phys_mapping(uml_to_phys((void *)new_stack), &new_offset);
/linux-master/arch/x86/kernel/
H A Dtraps.c828 struct pt_regs tmp, *new_stack; local
838 new_stack = (struct pt_regs *)__this_cpu_read(cpu_tss_rw.x86_tss.sp0) - 1;
847 __memcpy(new_stack, &tmp, sizeof(tmp));
849 BUG_ON(!user_mode(new_stack));
850 return new_stack;
/linux-master/tools/perf/util/
H A Dthread-stack.c120 struct thread_stack_entry *new_stack; local
126 new_stack = realloc(ts->stack, sz);
127 if (!new_stack)
130 ts->stack = new_stack;
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c1208 __u32 *new_stack; local
1213 new_stack = libbpf_reallocarray(d->decl_stack, new_cap, sizeof(new_stack[0]));
1214 if (!new_stack)
1216 d->decl_stack = new_stack;
/linux-master/arch/parisc/kernel/
H A Dirq.c446 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);

Completed in 155 milliseconds