Searched defs:cpu_fork (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/powerpc/powerpc/ |
H A D | vm_machdep.c | 108 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
/freebsd/sys/arm/arm/ |
H A D | vm_machdep.c | 91 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
/freebsd/sys/arm64/arm64/ |
H A D | vm_machdep.c | 70 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
/freebsd/sys/riscv/riscv/ |
H A D | vm_machdep.c | 86 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
/freebsd/sys/amd64/amd64/ |
H A D | vm_machdep.c | 220 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
/freebsd/sys/i386/i386/ |
H A D | vm_machdep.c | 206 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|