Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c78 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()
H A Dvm_machdep.c213 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()
H A Dgenassym.c128 ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
H A Dmachdep.c2057 pcb->pcb_rbx = tf->tf_rbx; in makectx()
/f-stack/freebsd/amd64/include/
H A Dpcb.h60 register_t pcb_rbx; /* (*) */ member