Searched refs:pcb_r13 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/amd64/amd64/
H A Dgdb_machdep.c83 case GDB_REG_R13: return (&kdb_thrctx->pcb_r13);
128 case GDB_REG_R13: kdb_thrctx->pcb_r13 = regval; break;
H A Dgenassym.c124 ASSYM(PCB_R13, offsetof(struct pcb, pcb_r13));
H A Dmachdep.c2039 pcb->pcb_r13 = tf->tf_r13;
/freebsd-13-stable/sys/amd64/include/
H A Dpcb.h56 register_t pcb_r13; /* (*) */ member in struct:pcb

Completed in 173 milliseconds