Searched refs:cpu_fork (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/powerpc/powerpc/ |
| H A D | vm_machdep.c | 110 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /freebsd-13.1/sys/vm/ |
| H A D | vm_glue.c | 560 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 D | vm_machdep.c | 68 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 D | vm_machdep.c | 96 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 D | vm_machdep.c | 68 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 D | vm_machdep.c | 210 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 D | vm_machdep.c | 204 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 D | vm_machdep.c | 91 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) in cpu_fork() function
|
| /freebsd-13.1/sys/sys/ |
| H A D | proc.h | 1163 void cpu_fork(struct thread *, struct proc *, struct thread *, int);
|