Home
last modified time | relevance | path

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

/freebsd-head/sys/i386/i386/
HDvm_machdep.c361 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
399 cpu_thread_clean(td); in cpu_thread_free()
/freebsd-head/sys/amd64/amd64/
HDvm_machdep.c360 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
398 cpu_thread_clean(td); in cpu_thread_free()
/freebsd-head/sys/riscv/riscv/
HDvm_machdep.c235 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-head/sys/arm/arm/
HDvm_machdep.c264 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-head/sys/arm64/arm64/
HDvm_machdep.c275 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-head/sys/powerpc/powerpc/
HDexec_machdep.c1073 cpu_thread_clean(struct thread *td) in cpu_thread_clean() function
/freebsd-head/sys/sys/
HDproc.h1241 void cpu_thread_clean(struct thread *);
/freebsd-head/sys/kern/
HDkern_thread.c1054 cpu_thread_clean(td); in thread_wait()
/freebsd-head/share/man/man9/
HDMakefile935 cpu_machdep.9 cpu_thread_clean.9 \