Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/powerpc/
H A Dvm_machdep.c110 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/vm/
H A Dvm_glue.c560 cpu_fork(td, p2, td2, flags); in vm_forkproc()
583 cpu_fork(td, p2, td2, flags); in vm_forkproc()
/freebsd-13.1/sys/riscv/riscv/
H A Dvm_machdep.c68 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/arm/arm/
H A Dvm_machdep.c96 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/arm64/arm64/
H A Dvm_machdep.c68 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c210 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c204 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/mips/mips/
H A Dvm_machdep.c91 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-13.1/sys/sys/
H A Dproc.h1163 void cpu_fork(struct thread *, struct proc *, struct thread *, int);