Searched refs:pcb_rbx (Results 1 – 8 of 8) sorted by relevance
148 pcb2->pcb_rbx = (unsigned long)fork_return; /* fork_trampoline argument */ in cpu_fork()238 lp->lwp_thread->td_pcb->pcb_rbx = (long)func; /* function */ in cpu_set_fork_handler()245 td->td_pcb->pcb_rbx = (long)func; in cpu_set_thread_handler()
93 ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
55 register_t pcb_rbx; member
60 register_t pcb_rbx; member
194 pcb2->pcb_rbx = (unsigned long)fork_return; /* fork_trampoline argument */ in cpu_fork()286 lp->lwp_thread->td_pcb->pcb_rbx = (long)func; /* function */ in cpu_set_fork_handler()293 td->td_pcb->pcb_rbx = (long)func; in cpu_set_thread_handler()
115 ASSYM(PCB_RBX, offsetof(struct pcb, pcb_rbx));
165 regcache_raw_supply (regcache, AMD64_RBX_REGNUM, &pcb->pcb_rbx); in amd64dfly_supply_pcb()
109 regcache_raw_supply(regcache, AMD64_RBX_REGNUM, (char *)&pcb.pcb_rbx); in kgdb_trgt_fetch_registers()