t_context          97 kern/arch/mips/thread/switchframe.c 	thread->t_context = sf;
t_context          83 kern/include/thread.h 	struct switchframe *t_context;	/* Saved register context (on stack) */
t_context         143 kern/thread/thread.c 	thread->t_context = NULL;
t_context         655 kern/thread/thread.c 	switchframe_switch(&cur->t_context, &next->t_context);