Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgdb_machdep.c70 case GDB_REG_TP: return (&kdb_thrctx->pcb_tp); in gdb_cpu_getreg()
117 case GDB_REG_TP: kdb_thrctx->pcb_tp = regval; break; in gdb_cpu_setreg()
H A Dgenassym.c69 ASSYM(PCB_TP, offsetof(struct pcb, pcb_tp));
H A Dmachdep.c282 pcb->pcb_tp = tf->tf_tp; in makectx()
/freebsd/sys/riscv/include/
H A Dpcb.h46 uint64_t pcb_tp; /* Thread pointer */ member