Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c79 case GDB_REG_RBP: return (&kdb_thrctx->pcb_rbp); in gdb_cpu_getreg()
124 case GDB_REG_RBP: kdb_thrctx->pcb_rbp = regval; break; in gdb_cpu_setreg()
H A Dvm_machdep.c211 pcb2->pcb_rbp = 0; in cpu_fork()
598 pcb2->pcb_rbp = 0; in cpu_copy_thread()
H A Ddb_trace.c389 return (db_backtrace(thr, tf, (struct amd64_frame *)ctx->pcb_rbp, in db_trace_thread()
H A Dgenassym.c126 ASSYM(PCB_RBP, offsetof(struct pcb, pcb_rbp));
H A Dmachdep.c2056 pcb->pcb_rbp = tf->tf_rbp; in makectx()
/f-stack/freebsd/amd64/include/
H A Dpcb.h58 register_t pcb_rbp; /* (*) */ member
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c58 #define PCB_FP(pcb) ((pcb)->pcb_rbp)