Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dpcb.h54 int pcb_esp; /* (*) */ member
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c69 case 4: return (&kdb_thrctx->pcb_esp); in gdb_cpu_getreg()
H A Dgenassym.c107 ASSYM(PCB_ESP, offsetof(struct pcb, pcb_esp));
H A Ddb_trace.c579 ctx->pcb_eip, ctx->pcb_esp, count)); in db_trace_thread()
H A Dvm_machdep.c180 pcb2->pcb_esp = (int)td2->td_frame - sizeof(void *); /* trampoline arg */ in copy_thread()
291 * pcb_esp is loaded pointing to the cpu_switch() stack frame in cpu_fork()
H A Dmachdep.c1851 pcb->pcb_esp = (ISPL(tf->tf_cs)) ? tf->tf_esp : (int)(tf + 1) - 8; in makectx()
/freebsd/tools/debugscripts/
H A Dgdbinit.i386240 …printf "ip: %08x sp: %08x bp: %08x bx: %08x\n", $pcba->pcb_eip, $pcba->pcb_esp, $pcba->pcb_ebp, $p…