Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/i386/
H A Dvm_machdep.c363 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
411 cpu_thread_clean(td); in cpu_thread_free()
503 cpu_thread_clean(td); in cpu_set_upcall()
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c362 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
410 cpu_thread_clean(td); in cpu_thread_free()
628 cpu_thread_clean(td); in cpu_set_upcall()
/freebsd-14.2/sys/riscv/riscv/
H A Dvm_machdep.c233 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-14.2/sys/arm/arm/
H A Dvm_machdep.c279 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-14.2/sys/arm64/arm64/
H A Dvm_machdep.c279 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-14.2/sys/compat/linux/
H A Dlinux_fork.c304 cpu_thread_clean(newtd); in linux_clone_thread()
/freebsd-14.2/sys/sys/
H A Dproc.h1255 void cpu_thread_clean(struct thread *);
/freebsd-14.2/sys/powerpc/powerpc/
H A Dexec_machdep.c1073 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-14.2/sys/kern/
H A Dkern_thread.c1054 cpu_thread_clean(td); in thread_wait()