Searched refs:fork_return (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c149 cf->cf_toc = ((register_t *)fork_return)[1];
151 cf->cf_func = (register_t)fork_return;
H A Dexec_machdep.c963 cf->cf_func = (register_t)fork_return;
/freebsd-12-stable/sys/riscv/riscv/
H A Dvm_machdep.c99 td2->td_pcb->pcb_s[0] = (uintptr_t)fork_return;
156 * thread's PCB to get it to go back to the fork_return(), which
167 td->td_pcb->pcb_s[0] = (uintptr_t)fork_return;
/freebsd-12-stable/sys/arm/arm/
H A Dvm_machdep.c135 pcb2->pcb_regs.sf_r4 = (register_t)fork_return;
234 * thread's PCB to get it to go back to the fork_return(), which
245 td->td_pcb->pcb_regs.sf_r4 = (register_t)fork_return;
/freebsd-12-stable/sys/arm64/arm64/
H A Dvm_machdep.c105 td2->td_pcb->pcb_x[8] = (uintptr_t)fork_return;
166 * thread's PCB to get it to go back to the fork_return(), which
176 td->td_pcb->pcb_x[8] = (uintptr_t)fork_return;
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c190 fr->fr_local[0] = (u_long)fork_return;
315 fp->fr_local[0] = (u_long)fork_return;
/freebsd-12-stable/sys/i386/i386/
H A Dvm_machdep.c238 pcb2->pcb_esi = (int)fork_return; /* fork_trampoline argument */
281 * will set up a stack to call fork_return(p, frame); to complete
435 * thread's PCB to get it to go back to the fork_return(), which
477 pcb2->pcb_esi = (int)fork_return; /* trampoline arg */
/freebsd-12-stable/sys/amd64/amd64/
H A Dvm_machdep.c219 pcb2->pcb_r12 = (register_t)fork_return; /* fork_trampoline argument */
276 * will set up a stack to call fork_return(p, frame); to complete
493 * thread's PCB to get it to go back to the fork_return(), which
535 pcb2->pcb_r12 = (register_t)fork_return; /* trampoline arg */
/freebsd-12-stable/sys/mips/mips/
H A Dvm_machdep.c133 pcb2->pcb_context[PCB_REG_S0] = (register_t)(intptr_t)fork_return;
350 * thread's PCB to get it to go back to the fork_return(), which
386 pcb2->pcb_context[PCB_REG_S0] = (register_t)(intptr_t)fork_return;
/freebsd-12-stable/sys/kern/
H A Dkern_fork.c1105 fork_return(struct thread *td, struct trapframe *frame) function
/freebsd-12-stable/sys/sys/
H A Dproc.h1066 void fork_return(struct thread *, struct trapframe *);

Completed in 282 milliseconds