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

/freebsd-13-stable/sys/i386/include/
H A Dpcb.h56 int pcb_ebp; /* (*) */ member in struct:pcb
/freebsd-13-stable/sys/i386/i386/
H A Dgdb_machdep.c73 case 5: return (&kdb_thrctx->pcb_ebp);
H A Ddb_trace.c611 return (db_backtrace(thr, tf, (struct i386_frame *)ctx->pcb_ebp,
H A Dvm_machdep.c183 pcb2->pcb_ebp = 0;
H A Dgenassym.c112 ASSYM(PCB_EBP, offsetof(struct pcb, pcb_ebp));
H A Dvm86.c472 * pcb_ebp = pointer to frame on vm86 stack
480 #define vm86_frame pcb_ebp
H A Dmachdep.c2761 pcb->pcb_ebp = tf->tf_ebp;
/freebsd-13-stable/sys/x86/x86/
H A Dstack_machdep.c51 #define PCB_FP(pcb) ((pcb)->pcb_ebp)

Completed in 257 milliseconds