Searched refs:cpu_fork (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_glue.c | 559 cpu_fork(td, p2, td2, flags); in vm_forkproc() 582 cpu_fork(td, p2, td2, flags); in vm_forkproc()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | vm_machdep.c | 96 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | vm_machdep.c | 68 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /f-stack/freebsd/i386/i386/ |
| H A D | vm_machdep.c | 142 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | vm_machdep.c | 145 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /f-stack/freebsd/mips/mips/ |
| H A D | vm_machdep.c | 91 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /f-stack/freebsd/sys/ |
| H A D | proc.h | 1142 void cpu_fork(struct thread *, struct proc *, struct thread *, int);
|