Searched refs:cpu_copy_thread (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/riscv/riscv/
H A Dvm_machdep.c156 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/arm64/arm64/
H A Dvm_machdep.c173 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/arm/arm/
H A Dvm_machdep.c244 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/kern/
H A Dkern_kthread.c288 newtd->td_proc = p; /* needed for cpu_copy_thread */
290 cpu_copy_thread(newtd, oldtd);
H A Dkern_thr.c231 cpu_copy_thread(newtd, td);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dvm_machdep.c177 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/i386/i386/
H A Dvm_machdep.c428 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/amd64/amd64/
H A Dvm_machdep.c418 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_fork.c308 cpu_copy_thread(newtd, td);
/freebsd-11-stable/sys/mips/mips/
H A Dvm_machdep.c361 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dexec_machdep.c960 cpu_copy_thread(struct thread *td, struct thread *td0) function
/freebsd-11-stable/sys/sys/
H A Dproc.h1073 void cpu_copy_thread(struct thread *td, struct thread *td0);

Completed in 259 milliseconds