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

/freebsd-current/sys/amd64/amd64/
H A Dgdb_machdep.c82 case GDB_REG_R15: return (&kdb_thrctx->pcb_r15);
127 case GDB_REG_R15: kdb_thrctx->pcb_r15 = regval; break;
H A Dgenassym.c117 ASSYM(PCB_R15, offsetof(struct pcb, pcb_r15));
H A Dmachdep.c1731 pcb->pcb_r15 = tf->tf_r15;
/freebsd-current/sys/amd64/include/
H A Dpcb.h51 register_t pcb_r15; /* (*) */ member in struct:pcb

Completed in 71 milliseconds