tm                 40 kern/arch/mips/thread/thread_machdep.c thread_machdep_init(struct thread_machdep *tm)
tm                 42 kern/arch/mips/thread/thread_machdep.c 	tm->tm_badfaultfunc = NULL;
tm                 46 kern/arch/mips/thread/thread_machdep.c thread_machdep_cleanup(struct thread_machdep *tm)
tm                 48 kern/arch/mips/thread/thread_machdep.c 	KASSERT(tm->tm_badfaultfunc == NULL);
tm                 59 kern/include/threadprivate.h void thread_machdep_init(struct thread_machdep *tm);
tm                 60 kern/include/threadprivate.h void thread_machdep_cleanup(struct thread_machdep *tm);