Home
last modified time | relevance | path

Searched refs:thref (Results 1 – 1 of 1) sorted by relevance

/kernel/debug/
Dgdbstub.c701 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_cmd_query() local
720 int_to_threadref(thref, -cpu - 2); in gdb_cmd_query()
721 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()
729 int_to_threadref(thref, p->pid); in gdb_cmd_query()
730 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()
746 int_to_threadref(thref, ks->threadid); in gdb_cmd_query()
747 pack_threadid(remcom_out_buffer + 2, thref); in gdb_cmd_query()
955 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_serial_stub() local
963 int_to_threadref(thref, shadow_pid(current->pid)); in gdb_serial_stub()
964 ptr = pack_threadid(ptr, thref); in gdb_serial_stub()