Searched refs:cpu_copy_thread (Results 1 – 11 of 11) sorted by relevance
| /freebsd-head/sys/riscv/riscv/ |
| HD | vm_machdep.c | 168 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-head/sys/arm/arm/ |
| HD | vm_machdep.c | 188 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-head/sys/arm64/arm64/ |
| HD | vm_machdep.c | 175 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-head/sys/kern/ |
| HD | kern_kthread.c | 310 cpu_copy_thread(newtd, oldtd); in kthread_add1()
|
| HD | kern_thr.c | 242 cpu_copy_thread(newtd, td); in thread_create()
|
| /freebsd-head/sys/i386/i386/ |
| HD | vm_machdep.c | 454 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-head/sys/compat/linux/ |
| HD | linux_fork.c | 283 cpu_copy_thread(newtd, td); in linux_clone_thread()
|
| /freebsd-head/sys/amd64/amd64/ |
| HD | vm_machdep.c | 593 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-head/sys/powerpc/powerpc/ |
| HD | exec_machdep.c | 1105 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-head/sys/sys/ |
| HD | proc.h | 1229 void cpu_copy_thread(struct thread *td, struct thread *td0);
|
| /freebsd-head/share/man/man9/ |
| HD | Makefile | 919 MLINKS+=cpu_machdep.9 cpu_copy_thread.9 \
|