Searched refs:cpu_copy_thread (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/arm/arm/ |
| H A D | vm_machdep.c | 184 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd/sys/riscv/riscv/ |
| H A D | vm_machdep.c | 184 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd/sys/arm64/arm64/ |
| H A D | vm_machdep.c | 178 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd/sys/kern/ |
| H A D | kern_kthread.c | 310 cpu_copy_thread(newtd, oldtd); in kthread_add1()
|
| H A D | kern_thr.c | 256 cpu_copy_thread(newtd, td); in thread_create()
|
| /freebsd/sys/i386/i386/ |
| H A D | vm_machdep.c | 452 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd/sys/compat/linux/ |
| H A D | linux_fork.c | 283 cpu_copy_thread(newtd, td); in linux_clone_thread()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | vm_machdep.c | 590 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 1113 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd/sys/sys/ |
| H A D | proc.h | 1256 void cpu_copy_thread(struct thread *td, struct thread *td0);
|
| /freebsd/share/man/man9/ |
| H A D | Makefile | 932 MLINKS+=cpu_machdep.9 cpu_copy_thread.9 \
|