Home
last modified time | relevance | path

Searched refs:pcb_ebp (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dpcb.h56 int pcb_ebp; /* (*) */ member
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c71 case 5: return (&kdb_thrctx->pcb_ebp); in gdb_cpu_getreg()
H A Dvm_machdep.c223 pcb2->pcb_ebp = 0; in cpu_fork()
462 pcb2->pcb_ebp = 0; in cpu_copy_thread()
H A Dgenassym.c112 ASSYM(PCB_EBP, offsetof(struct pcb, pcb_ebp));
H A Ddb_trace.c616 return (db_backtrace(thr, tf, (struct i386_frame *)ctx->pcb_ebp, in db_trace_thread()
H A Dvm86.c480 #define vm86_frame pcb_ebp in vm86_initialize_pae()
H A Dmachdep.c2753 pcb->pcb_ebp = tf->tf_ebp; in makectx()
/f-stack/freebsd/x86/x86/
H A Dstack_machdep.c51 #define PCB_FP(pcb) ((pcb)->pcb_ebp)