thref             702 kernel/debug/gdbstub.c 	unsigned char thref[BUF_THREAD_ID_SIZE];
thref             721 kernel/debug/gdbstub.c 				int_to_threadref(thref, -cpu - 2);
thref             722 kernel/debug/gdbstub.c 				ptr = pack_threadid(ptr, thref);
thref             730 kernel/debug/gdbstub.c 				int_to_threadref(thref, p->pid);
thref             731 kernel/debug/gdbstub.c 				ptr = pack_threadid(ptr, thref);
thref             747 kernel/debug/gdbstub.c 		int_to_threadref(thref, ks->threadid);
thref             748 kernel/debug/gdbstub.c 		pack_threadid(remcom_out_buffer + 2, thref);
thref             956 kernel/debug/gdbstub.c 		unsigned char thref[BUF_THREAD_ID_SIZE];
thref             964 kernel/debug/gdbstub.c 		int_to_threadref(thref, shadow_pid(current->pid));
thref             965 kernel/debug/gdbstub.c 		ptr = pack_threadid(ptr, thref);