Home
last modified time | relevance | path

Searched refs:cpu_thread_exit (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/sys/riscv/riscv/
H A Dvm_machdep.c213 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-14.2/sys/arm/arm/
H A Dvm_machdep.c256 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-14.2/sys/arm64/arm64/
H A Dvm_machdep.c258 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-14.2/sys/i386/i386/
H A Dvm_machdep.c347 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-14.2/sys/amd64/amd64/
H A Dvm_machdep.c343 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-14.2/sys/sys/
H A Dproc.h1256 void cpu_thread_exit(struct thread *);
/freebsd-14.2/sys/powerpc/powerpc/
H A Dexec_machdep.c1067 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-14.2/sys/kern/
H A Dkern_thread.c954 cpu_thread_exit(td); in thread_exit()