Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c81 case GDB_REG_R14: return (&kdb_thrctx->pcb_r14); in gdb_cpu_getreg()
126 case GDB_REG_R14: kdb_thrctx->pcb_r14 = regval; break; in gdb_cpu_setreg()
H A Dgenassym.c115 ASSYM(PCB_R14, offsetof(struct pcb, pcb_r14));
H A Dmachdep.c1752 pcb->pcb_r14 = tf->tf_r14;
/freebsd/sys/amd64/include/
H A Dpcb.h52 register_t pcb_r14; /* (*) */ member