Home
last modified time | relevance | path

Searched refs:pcb_rbx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c76 case GDB_REG_RBX: return (&kdb_thrctx->pcb_rbx); in gdb_cpu_getreg()
121 case GDB_REG_RBX: kdb_thrctx->pcb_rbx = regval; break; in gdb_cpu_setreg()
H A Dvm_machdep.c178 pcb2->pcb_rbx = (register_t)td2; /* fork_trampoline argument */ in copy_thread()
326 td->td_pcb->pcb_rbx = (long) arg; /* first arg */ in cpu_fork_kthread_handler()
H A Dgenassym.c123 ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
H A Dmachdep.c1760 pcb->pcb_rbx = tf->tf_rbx; in makectx()
/freebsd/sys/amd64/include/
H A Dpcb.h57 register_t pcb_rbx; /* (*) */ member