Searched refs:pcb_rip (Results 1 – 7 of 7) sorted by relevance
36 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_rip)45 kdb_thrctx->pcb_rip += 1; \51 kdb_thrctx->pcb_rip -= 1; \
58 register_t pcb_rip; /* (*) */ member
83 case GDB_REG_PC: return (&kdb_thrctx->pcb_rip); in gdb_cpu_getreg()128 case GDB_REG_PC: kdb_thrctx->pcb_rip = regval; break; in gdb_cpu_setreg()
367 return (db_backtrace(thr, tf, ctx->pcb_rbp, ctx->pcb_rip, ctx->pcb_rsp, in db_trace_thread()
179 pcb2->pcb_rip = (register_t)fork_trampoline; in copy_thread()
124 ASSYM(PCB_RIP, offsetof(struct pcb, pcb_rip));
1761 pcb->pcb_rip = tf->tf_rip; in makectx()