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

/freebsd-current/sys/powerpc/powerpc/
H A Dvm_machdep.c108 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
115 ("cpu_fork: p1 not curproc and not proc0"));
116 CTR3(KTR_PROC, "cpu_fork: called td1=%p p2=%p flags=%x",
/freebsd-current/sys/arm/arm/
H A Dvm_machdep.c91 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-current/sys/riscv/riscv/
H A Dvm_machdep.c66 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-current/sys/arm64/arm64/
H A Dvm_machdep.c70 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-current/sys/vm/
H A Dvm_glue.c795 cpu_fork(td, p2, td2, flags);
815 * cpu_fork will copy and update the pcb, set up the kernel stack,
818 cpu_fork(td, p2, td2, flags);
/freebsd-current/sys/i386/i386/
H A Dvm_machdep.c134 * Common code shared between cpu_fork() and cpu_copy_thread() for
206 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-current/sys/amd64/amd64/
H A Dvm_machdep.c134 * Common code shared between cpu_fork() and cpu_copy_thread() for
220 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-current/sys/sys/
H A Dproc.h1250 void cpu_fork(struct thread *, struct proc *, struct thread *, int);

Completed in 84 milliseconds