Searched defs:cpu_fork (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/powerpc/powerpc/
H A Dvm_machdep.c108 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11.0-release/sys/arm64/arm64/
H A Dvm_machdep.c61 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11.0-release/sys/arm/arm/
H A Dvm_machdep.c96 cpu_fork(register struct thread *td1, register struct proc *p2, function
/freebsd-11.0-release/sys/riscv/riscv/
H A Dvm_machdep.c63 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function
/freebsd-11.0-release/sys/i386/i386/
H A Dvm_machdep.c179 cpu_fork(td1, p2, td2, flags) function
/freebsd-11.0-release/sys/mips/mips/
H A Dvm_machdep.c98 cpu_fork(register struct thread *td1,register struct proc *p2, function
/freebsd-11.0-release/sys/amd64/amd64/
H A Dvm_machdep.c151 cpu_fork(td1, p2, td2, flags) function
/freebsd-11.0-release/sys/sparc64/sparc64/
H A Dvm_machdep.c235 cpu_fork(struct thread *td1, struct proc *p2, struct thread *td2, int flags) function

Completed in 201 milliseconds