Searched refs:cpu_copy_thread (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | vm_machdep.c | 162 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | vm_machdep.c | 203 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | vm_machdep.c | 179 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-14.2/sys/kern/ |
| H A D | kern_kthread.c | 311 cpu_copy_thread(newtd, oldtd); in kthread_add1()
|
| H A D | kern_thr.c | 242 cpu_copy_thread(newtd, td); in thread_create()
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | vm_machdep.c | 466 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_fork.c | 283 cpu_copy_thread(newtd, td); in linux_clone_thread()
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | vm_machdep.c | 605 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|
| /freebsd-14.2/sys/sys/ |
| H A D | proc.h | 1243 void cpu_copy_thread(struct thread *td, struct thread *td0);
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 1105 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function
|