Home
last modified time | relevance | path

Searched refs:cpu_thread_clean (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c356 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
404 cpu_thread_clean(td); in cpu_thread_free()
496 cpu_thread_clean(td); in cpu_set_upcall()
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c349 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
397 cpu_thread_clean(td); in cpu_thread_free()
631 cpu_thread_clean(td); in cpu_set_upcall()
/freebsd-13.1/sys/riscv/riscv/
H A Dvm_machdep.c233 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-13.1/sys/arm/arm/
H A Dvm_machdep.c274 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-13.1/sys/arm64/arm64/
H A Dvm_machdep.c270 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-13.1/sys/compat/linux/
H A Dlinux_fork.c304 cpu_thread_clean(newtd); in linux_clone_thread()
/freebsd-13.1/sys/mips/mips/
H A Dvm_machdep.c233 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-13.1/sys/powerpc/powerpc/
H A Dexec_machdep.c992 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-13.1/sys/sys/
H A Dproc.h1172 void cpu_thread_clean(struct thread *);
/freebsd-13.1/sys/kern/
H A Dkern_thread.c1008 cpu_thread_clean(td); in thread_wait()