Searched refs:pcb_rbp (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/amd64/amd64/
H A Dgdb_machdep.c77 case GDB_REG_RBP: return (&kdb_thrctx->pcb_rbp);
122 case GDB_REG_RBP: kdb_thrctx->pcb_rbp = regval; break;
H A Ddb_trace.c367 return (db_backtrace(thr, tf, ctx->pcb_rbp, ctx->pcb_rip, ctx->pcb_rsp,
H A Dvm_machdep.c176 pcb2->pcb_rbp = 0;
H A Dgenassym.c121 ASSYM(PCB_RBP, offsetof(struct pcb, pcb_rbp));
H A Dmachdep.c1732 pcb->pcb_rbp = tf->tf_rbp;
/freebsd-current/sys/amd64/include/
H A Dpcb.h55 register_t pcb_rbp; /* (*) */ member in struct:pcb
/freebsd-current/sys/x86/x86/
H A Dstack_machdep.c56 #define PCB_FP(pcb) ((pcb)->pcb_rbp)

Completed in 132 milliseconds