Home
last modified time | relevance | path

Searched refs:cpu_copy_thread (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/sys/riscv/riscv/
HDvm_machdep.c168 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-head/sys/arm/arm/
HDvm_machdep.c188 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-head/sys/arm64/arm64/
HDvm_machdep.c175 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-head/sys/kern/
HDkern_kthread.c310 cpu_copy_thread(newtd, oldtd); in kthread_add1()
HDkern_thr.c242 cpu_copy_thread(newtd, td); in thread_create()
/freebsd-head/sys/i386/i386/
HDvm_machdep.c454 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-head/sys/compat/linux/
HDlinux_fork.c283 cpu_copy_thread(newtd, td); in linux_clone_thread()
/freebsd-head/sys/amd64/amd64/
HDvm_machdep.c593 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-head/sys/powerpc/powerpc/
HDexec_machdep.c1105 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-head/sys/sys/
HDproc.h1229 void cpu_copy_thread(struct thread *td, struct thread *td0);
/freebsd-head/share/man/man9/
HDMakefile919 MLINKS+=cpu_machdep.9 cpu_copy_thread.9 \