Searched defs:cpu_copy_thread (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/sys/riscv/riscv/ | ||
H A D | vm_machdep.c | 161 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function |
/freebsd-src/sys/arm/arm/ | ||
H A D | vm_machdep.c | 200 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function |
/freebsd-src/sys/arm64/arm64/ | ||
H A D | vm_machdep.c | 185 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function |
/freebsd-src/sys/amd64/amd64/ | ||
H A D | vm_machdep.c | 603 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function |
/freebsd-src/sys/i386/i386/ | ||
H A D | vm_machdep.c | 464 cpu_copy_thread(struct thread *td, struct thread *td0) cpu_copy_thread() function |
/freebsd-src/sys/powerpc/powerpc/ | ||
H A D | exec_machdep.c | 1105 cpu_copy_thread(struct thread *td, struct thread *td0) in cpu_copy_thread() function |