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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/blackfin/include/asm/
H A Dbfrom.h43 static inline void bfrom_SoftReset(void *new_stack) argument
58 [stack] "p"(new_stack)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dbfrom.h43 static inline void bfrom_SoftReset(void *new_stack) argument
58 [stack] "p"(new_stack)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dprocess_32.c365 char *new_stack; local
381 * p->thread_info new_stack childregs
386 new_stack = task_stack_page(p) + THREAD_SIZE;
388 new_stack -= STACKFRAME_SZ;
389 new_stack -= STACKFRAME_SZ + TRACEREG_SZ;
390 memcpy(new_stack, (char *)regs - STACKFRAME_SZ, STACKFRAME_SZ + TRACEREG_SZ);
391 childregs = (struct pt_regs *) (new_stack + STACKFRAME_SZ);
400 ti->ksp = (unsigned long) new_stack;
409 new_stack += STACKFRAME_SZ + TRACEREG_SZ;
410 childregs->u_regs[UREG_FP] = (unsigned long) new_stack;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprocess_32.c365 char *new_stack; local
381 * p->thread_info new_stack childregs
386 new_stack = task_stack_page(p) + THREAD_SIZE;
388 new_stack -= STACKFRAME_SZ;
389 new_stack -= STACKFRAME_SZ + TRACEREG_SZ;
390 memcpy(new_stack, (char *)regs - STACKFRAME_SZ, STACKFRAME_SZ + TRACEREG_SZ);
391 childregs = (struct pt_regs *) (new_stack + STACKFRAME_SZ);
400 ti->ksp = (unsigned long) new_stack;
409 new_stack += STACKFRAME_SZ + TRACEREG_SZ;
410 childregs->u_regs[UREG_FP] = (unsigned long) new_stack;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/boot/
H A Dbootp.c30 extern void move_stack(unsigned long new_stack);
H A Dbootpz.c50 extern void move_stack(unsigned long new_stack);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/boot/
H A Dbootp.c30 extern void move_stack(unsigned long new_stack);
H A Dbootpz.c50 extern void move_stack(unsigned long new_stack);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c478 int copy_context_skas0(unsigned long new_stack, int pid) argument
484 struct stub_data *child_data = (struct stub_data *) new_stack;
486 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c478 int copy_context_skas0(unsigned long new_stack, int pid) argument
484 struct stub_data *child_data = (struct stub_data *) new_stack;
486 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset);

Completed in 128 milliseconds