Home
last modified time | relevance | path

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

/freebsd-13.1/sys/riscv/riscv/
H A Dvm_machdep.c163 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/arm/arm/
H A Dvm_machdep.c205 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/arm64/arm64/
H A Dvm_machdep.c181 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/kern/
H A Dkern_kthread.c292 cpu_copy_thread(newtd, oldtd); in kthread_add()
H A Dkern_thr.c234 cpu_copy_thread(newtd, td); in thread_create()
/freebsd-13.1/sys/compat/linux/
H A Dlinux_fork.c275 cpu_copy_thread(newtd, td); in linux_clone_thread()
/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c459 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c592 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/mips/mips/
H A Dvm_machdep.c353 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/powerpc/powerpc/
H A Dexec_machdep.c1024 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd-13.1/sys/sys/
H A Dproc.h1160 void cpu_copy_thread(struct thread *td, struct thread *td0);