Searched refs:new_stack (Results 1 – 6 of 6) sorted by relevance
43 static inline void bfrom_SoftReset(void *new_stack) in bfrom_SoftReset() argument58 [stack] "p"(new_stack) in bfrom_SoftReset()
306 char *new_stack; local324 new_stack = task_stack_page(p) + THREAD_SIZE;325 new_stack -= STACKFRAME_SZ + TRACEREG_SZ;326 childregs = (struct pt_regs *) (new_stack + STACKFRAME_SZ);335 ti->ksp = (unsigned long) new_stack;341 memset(new_stack, 0, STACKFRAME_SZ + TRACEREG_SZ);352 memcpy(new_stack, (char *)regs - STACKFRAME_SZ, STACKFRAME_SZ + TRACEREG_SZ);
29 extern void move_stack(unsigned long new_stack);
51 extern void move_stack(unsigned long new_stack);
488 int copy_context_skas0(unsigned long new_stack, int pid) in copy_context_skas0() argument494 struct stub_data *child_data = (struct stub_data *) new_stack; in copy_context_skas0()496 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0()
468 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);