Home
last modified time | relevance | path

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

/freebsd-13.1/sys/riscv/riscv/
H A Dvm_machdep.c213 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/arm/arm/
H A Dvm_machdep.c251 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/arm64/arm64/
H A Dvm_machdep.c250 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c340 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c330 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/mips/mips/
H A Dvm_machdep.c204 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/powerpc/powerpc/
H A Dexec_machdep.c986 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd-13.1/sys/sys/
H A Dproc.h1173 void cpu_thread_exit(struct thread *);
/freebsd-13.1/sys/kern/
H A Dkern_thread.c908 cpu_thread_exit(td); in thread_exit()