Searched refs:pcb_rbx (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/amd64/amd64/
H A Dgdb_machdep.c71 case 1: return (&kdb_thrctx->pcb_rbx);
H A Dvm_machdep.c226 pcb2->pcb_rbx = (register_t)td2; /* fork_trampoline argument */
297 td->td_pcb->pcb_rbx = (long) arg; /* first arg */
476 pcb2->pcb_rbx = (register_t)td; /* trampoline arg */
H A Dgenassym.c135 ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
H A Dmachdep.c2165 pcb->pcb_rbx = tf->tf_rbx;
/freebsd-10.2-release/sys/amd64/include/
H A Dpcb.h54 register_t pcb_rbx; member in struct:pcb
/freebsd-10.2-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_amd64.c67 supply_register(AMD64_RBX_REGNUM, (char *)&pcb.pcb_rbx);

Completed in 67 milliseconds