Searched refs:ret_from_fork (Results 1 - 25 of 61) sorted by relevance

123

/arch/mn10300/kernel/
H A Dinternal.h23 extern void ret_from_fork(struct task_struct *) __attribute__((noreturn));
H A Dprocess.c269 p->thread.pc = (unsigned long) ret_from_fork;
270 p->thread.wchan = (unsigned long) ret_from_fork;
/arch/tile/include/asm/
H A Dswitch_to.h69 void ret_from_fork(void);
71 /* Called from ret_from_fork() when a new process starts up. */
/arch/c6x/kernel/
H A Dprocess.c27 extern asmlinkage void ret_from_fork(void);
224 p->thread.pc = (unsigned int) ret_from_fork;
225 p->thread.wchan = (unsigned long) ret_from_fork;
/arch/score/kernel/
H A Dprocess.c60 void ret_from_fork(void);
109 p->thread.reg3 = (unsigned long) ret_from_fork;
/arch/cris/arch-v10/kernel/
H A Dprocess.c117 asmlinkage void ret_from_fork(void);
146 swstack->return_ip = (unsigned long) ret_from_fork; /* Will call ret_from_sys_call */
/arch/cris/arch-v32/kernel/
H A Dprocess.c131 extern asmlinkage void ret_from_fork(void);
166 * ret_from_fork will call ret_from_sys_call.
168 swstack->return_ip = (unsigned long) ret_from_fork;
/arch/h8300/kernel/
H A Dprocess.c48 asmlinkage void ret_from_fork(void);
199 childregs->retpc = (unsigned long) ret_from_fork;
/arch/hexagon/kernel/
H A Dprocess.c123 asmlinkage void ret_from_fork(void);
136 ss->lr = (unsigned long)ret_from_fork;
H A Dvm_entry.S266 .globl ret_from_fork
267 ret_from_fork: label
/arch/sh/kernel/
H A Dentry-common.S293 .globl ret_from_fork
294 ret_from_fork: label
H A Dprocess_32.c167 asmlinkage void ret_from_fork(void);
207 p->thread.pc = (unsigned long) ret_from_fork;
/arch/m68k/kernel/
H A Dentry_no.S81 ENTRY(ret_from_fork) function
H A Dprocess.c36 asmlinkage void ret_from_fork(void);
236 childstack->retpc = (unsigned long)ret_from_fork;
/arch/microblaze/include/asm/
H A Dprocessor.h34 extern void ret_from_fork(void);
/arch/frv/kernel/
H A Dprocess.c39 asmlinkage void ret_from_fork(void);
232 p->thread.pc = (unsigned long) ret_from_fork;
/arch/m32r/kernel/
H A Dprocess.c230 extern void ret_from_fork(void);
239 tsk->thread.lr = (unsigned long)ret_from_fork;
H A Dentry.S128 ENTRY(ret_from_fork) function
/arch/openrisc/kernel/
H A Dprocess.c110 extern asmlinkage void ret_from_fork(void);
151 * the new task running at ret_from_fork. The new task will
170 kregs->gpr[9] = (unsigned long)ret_from_fork;
/arch/unicore32/kernel/
H A Dprocess.c260 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
275 thread->cpu_context.pc = (unsigned long)ret_from_fork;
/arch/x86/kernel/
H A Dprocess_32.c59 asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");
154 p->thread.ip = (unsigned long) ret_from_fork;
234 * the task-switch, and shows up in ret_from_fork in entry.S,
/arch/xtensa/kernel/
H A Dprocess.c46 extern void ret_from_fork(void);
163 * We create a dummy frame to return to ret_from_fork:
164 * a0 points to ret_from_fork (simulating a call4)
197 p->thread.ra = MAKE_RA_FOR_CALL((unsigned long)ret_from_fork, 0x1);
/arch/mips/kernel/
H A Dprocess.c86 asmlinkage void ret_from_fork(void);
153 p->thread.reg31 = (unsigned long) ret_from_fork;
365 if (t->reg31 == (unsigned long) ret_from_fork)
/arch/alpha/kernel/
H A Dprocess.c265 * after the "ret_from_fork". When returning to user mode, we only want
276 extern void ret_from_fork(void);
298 childstack->r26 = (unsigned long) ret_from_fork;
/arch/avr32/kernel/
H A Dprocess.c334 asmlinkage void ret_from_fork(void);
354 p->thread.cpu_context.pc = (unsigned long)ret_from_fork;
423 * the call to __switch_to() or ret_from_fork.

Completed in 446 milliseconds

123