Searched refs:pcb_rbx (Results 1 – 5 of 5) sorted by relevance
78 case GDB_REG_RBX: return (&kdb_thrctx->pcb_rbx); in gdb_cpu_getreg()123 case GDB_REG_RBX: kdb_thrctx->pcb_rbx = regval; break; in gdb_cpu_setreg()
213 pcb2->pcb_rbx = (register_t)td2; /* fork_trampoline argument */ in cpu_fork()286 td->td_pcb->pcb_rbx = (long) arg; /* first arg */ in cpu_fork_kthread_handler()600 pcb2->pcb_rbx = (register_t)td; /* trampoline arg */ in cpu_copy_thread()
128 ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
2057 pcb->pcb_rbx = tf->tf_rbx; in makectx()
60 register_t pcb_rbx; /* (*) */ member