Home
last modified time | relevance | path

Searched refs:cpu_fork (Results 1 – 8 of 8) sorted by last modified time

/freebsd/sys/vm/
H A Dvm_glue.c795 cpu_fork(td, p2, td2, flags); in vm_forkproc()
818 cpu_fork(td, p2, td2, flags); in vm_forkproc()
/freebsd/sys/sys/
H A Dproc.h1250 void cpu_fork(struct thread *, struct proc *, struct thread *, int);
/freebsd/sys/arm64/arm64/
H A Dvm_machdep.c70 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c66 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd/sys/i386/i386/
H A Dvm_machdep.c206 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd/sys/arm/arm/
H A Dvm_machdep.c91 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c220 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd/sys/powerpc/powerpc/
H A Dvm_machdep.c108 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function