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

/freebsd-11-stable/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-11-stable/sys/riscv/riscv/
H A Dvm_machdep.c63 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11-stable/sys/vm/
H A Dvm_glue.c550 cpu_fork(td, p2, td2, flags);
570 * cpu_fork will copy and update the pcb, set up the kernel stack,
573 cpu_fork(td, p2, td2, flags);
/freebsd-11-stable/sys/arm64/arm64/
H A Dvm_machdep.c67 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11-stable/sys/arm/arm/
H A Dvm_machdep.c96 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c235 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
246 ("cpu_fork: p1 not curproc and not proc0"));
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c154 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c142 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11-stable/sys/mips/mips/
H A Dvm_machdep.c98 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2,int flags) function
107 * cpu_thread_alloc() before cpu_fork is called.
161 panic("cpu_fork: ucop2 is NULL but COP2 is enabled");
167 panic("cpu_fork: cop2 is NULL but COP2 is enabled");
/freebsd-11-stable/sys/sys/
H A Dproc.h1075 void cpu_fork(struct thread *, struct proc *, struct thread *, int);

Completed in 107 milliseconds