Home
last modified time | relevance | path

Searched refs:new_stack (Results 1 – 6 of 6) sorted by relevance

/arch/blackfin/include/asm/
Dbfrom.h43 static inline void bfrom_SoftReset(void *new_stack) in bfrom_SoftReset() argument
58 [stack] "p"(new_stack) in bfrom_SoftReset()
/arch/sparc/kernel/
Dprocess_32.c306 char *new_stack; local
324 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);
/arch/alpha/boot/
Dbootp.c29 extern void move_stack(unsigned long new_stack);
Dbootpz.c51 extern void move_stack(unsigned long new_stack);
/arch/um/os-Linux/skas/
Dprocess.c488 int copy_context_skas0(unsigned long new_stack, int pid) in copy_context_skas0() argument
494 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()
/arch/parisc/kernel/
Dirq.c468 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);