Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c151 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_set_syscall_retval()
161 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function
/freebsd/sys/arm/arm/
H A Dvm_machdep.c188 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd/sys/kern/
H A Dkern_kthread.c310 cpu_copy_thread(newtd, oldtd); in kthread_add1()
H A Dkern_thr.c242 cpu_copy_thread(newtd, td); in thread_create()
/freebsd/sys/i386/i386/
H A Dvm_machdep.c134 * Common code shared between cpu_fork() and cpu_copy_thread() for
454 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_set_syscall_retval()
464 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function
/freebsd/sys/compat/linux/
H A Dlinux_fork.c283 cpu_copy_thread(newtd, td); in linux_clone_thread()
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c593 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c1105 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
/freebsd/sys/sys/
H A Dproc.h1224 void cpu_copy_thread(struct thread *td, struct thread *td0);