Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sys/vm/
H A Dvm_glue.c548 cpu_fork(td, p2, td2, flags); in vm_forkproc()
571 cpu_fork(td, p2, td2, flags); in vm_forkproc()
/freebsd-14.2/sys/riscv/riscv/
H A Dvm_machdep.c67 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-14.2/sys/arm/arm/
H A Dvm_machdep.c94 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-14.2/sys/arm64/arm64/
H A Dvm_machdep.c64 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-14.2/sys/i386/i386/
H A Dvm_machdep.c208 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c222 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
/freebsd-14.2/sys/sys/
H A Dproc.h1246 void cpu_fork(struct thread *, struct proc *, struct thread *, int);