Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dgdb_machdep.c69 case GDB_REG_GP: return (&kdb_thrctx->pcb_gp); in gdb_cpu_getreg()
116 case GDB_REG_GP: kdb_thrctx->pcb_gp = regval; break; in gdb_cpu_setreg()
H A Dgenassym.c68 ASSYM(PCB_GP, offsetof(struct pcb, pcb_gp));
H A Dmachdep.c281 pcb->pcb_gp = tf->tf_gp; in makectx()
/freebsd/sys/riscv/include/
H A Dpcb.h45 uint64_t pcb_gp; /* Global pointer */ member