mips3264          155 arch/mips/include/asm/processor.h 	struct mips3264_watch_reg_state mips3264;
mips3264          143 arch/mips/kernel/ptrace.c 		__put_user(child->thread.watch.mips3264.watchlo[i],
mips3264          145 arch/mips/kernel/ptrace.c 		__put_user(child->thread.watch.mips3264.watchhi[i] &
mips3264          195 arch/mips/kernel/ptrace.c 		child->thread.watch.mips3264.watchlo[i] = lt[i];
mips3264          197 arch/mips/kernel/ptrace.c 		child->thread.watch.mips3264.watchhi[i] = ht[i];
mips3264           20 arch/mips/kernel/watch.c 	struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264;
mips3264           53 arch/mips/kernel/watch.c 		&current->thread.watch.mips3264;