Home
last modified time | relevance | path

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

/openbmc/linux/kernel/debug/
H A Dgdbstub.c699 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_cmd_query() local
718 int_to_threadref(thref, -cpu - 2); in gdb_cmd_query()
719 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()
727 int_to_threadref(thref, p->pid); in gdb_cmd_query()
728 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()
744 int_to_threadref(thref, ks->threadid); in gdb_cmd_query()
745 pack_threadid(remcom_out_buffer + 2, thref); in gdb_cmd_query()
966 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_serial_stub() local
974 int_to_threadref(thref, shadow_pid(current->pid)); in gdb_serial_stub()
975 ptr = pack_threadid(ptr, thref); in gdb_serial_stub()