Searched refs:pcb_ebp (Results 1 – 9 of 9) sorted by relevance
240 …printf "ip: %08x sp: %08x bp: %08x bx: %08x\n", $pcba->pcb_eip, $pcba->pcb_esp, $pcba->pcb_ebp, $p…282 btr $proc->p_threads.tqh_first->td_pcb->pcb_ebp323 btr $proc->p_threads.tqh_first->td_pcb->pcb_ebp341 btr $myvectorproc->p_threads.tqh_first->td_pcb->pcb_ebp351 set $frame = $myvectorproc->p_threads.tqh_first->td_pcb->pcb_ebp
53 int pcb_ebp; /* (*) */ member
70 case 5: return (&kdb_thrctx->pcb_ebp); in gdb_cpu_getreg()
106 ASSYM(PCB_EBP, offsetof(struct pcb, pcb_ebp));
578 return (db_backtrace(thr, tf, (struct i386_frame *)ctx->pcb_ebp, in db_trace_thread()
179 pcb2->pcb_ebp = 0; in copy_thread()
477 #define vm86_frame pcb_ebp in vm86_initialize_pae()
1840 pcb->pcb_ebp = tf->tf_ebp; in makectx()
49 #define PCB_FP(pcb) ((pcb)->pcb_ebp)