t_machdep 300 kern/arch/mips/locore/trap.c curthread->t_machdep.tm_badfaultfunc != NULL) {
t_machdep 301 kern/arch/mips/locore/trap.c tf->tf_epc = (vaddr_t) curthread->t_machdep.tm_badfaultfunc;
t_machdep 80 kern/include/thread.h struct thread_machdep t_machdep; /* Any machine-dependent goo */
t_machdep 140 kern/thread/thread.c thread_machdep_init(&thread->t_machdep);
t_machdep 256 kern/thread/thread.c thread_machdep_cleanup(&thread->t_machdep);
t_machdep 102 kern/vm/copyinout.c longjmp(curthread->t_machdep.tm_copyjmp, 1);
t_machdep 167 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = copyfail;
t_machdep 169 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp);
t_machdep 171 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 177 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 203 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = copyfail;
t_machdep 205 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp);
t_machdep 207 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 213 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 276 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = copyfail;
t_machdep 278 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp);
t_machdep 280 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 286 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 309 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = copyfail;
t_machdep 311 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp);
t_machdep 313 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;
t_machdep 319 kern/vm/copyinout.c curthread->t_machdep.tm_badfaultfunc = NULL;