Searched refs:cpu_fork (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/powerpc/powerpc/
H A Dvm_machdep.c155 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
162 ("cpu_fork: p1 not curproc and not proc0"));
163 CTR3(KTR_PROC, "cpu_fork: called td1=%p p2=%p flags=%x",
/freebsd-10-stable/sys/ia64/ia64/
H A Dvm_machdep.c262 cpu_fork(struct thread *td1, struct proc *p2 __unused, struct thread *td2, function
269 ("cpu_fork: td1 not curthread and not thread0"));
/freebsd-10-stable/sys/arm/arm/
H A Dvm_machdep.c128 cpu_fork(register struct thread *td1, register struct proc *p2, function
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c264 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
275 ("cpu_fork: p1 not curproc and not proc0"));
/freebsd-10-stable/sys/amd64/amd64/
H A Dvm_machdep.c149 cpu_fork(td1, p2, td2, flags) function
/freebsd-10-stable/sys/vm/
H A Dvm_glue.c641 cpu_fork(td, p2, td2, flags);
661 * cpu_fork will copy and update the pcb, set up the kernel stack,
664 cpu_fork(td, p2, td2, flags);
/freebsd-10-stable/sys/mips/mips/
H A Dvm_machdep.c133 cpu_fork(register struct thread *td1,register struct proc *p2, function
143 * cpu_thread_alloc() before cpu_fork is called.
197 panic("cpu_fork: ucop2 is NULL but COP2 is enabled");
203 panic("cpu_fork: cop2 is NULL but COP2 is enabled");
/freebsd-10-stable/sys/i386/i386/
H A Dvm_machdep.c212 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-10-stable/sys/sys/
H A Dproc.h979 void cpu_fork(struct thread *, struct proc *, struct thread *, int);

Completed in 125 milliseconds