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

/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h51 kdb_thrctx->pcb_eip += 1; \
57 kdb_thrctx->pcb_eip -= 1; \
H A Dpcb.h57 int pcb_eip; /* (*) */ member in struct:pcb
/freebsd-11-stable/sys/i386/i386/
H A Dgdb_machdep.c72 case 8: return (&kdb_thrctx->pcb_eip);
89 kdb_thrctx->pcb_eip = *(register_t *)val;
H A Dvm_machdep.c244 pcb2->pcb_eip = (int)fork_trampoline;
469 pcb2->pcb_eip = (int)fork_trampoline;
H A Dgenassym.c129 ASSYM(PCB_EIP, offsetof(struct pcb, pcb_eip));
H A Ddb_trace.c580 ctx->pcb_eip, ctx->pcb_esp, count));
H A Dmachdep.c2920 pcb->pcb_eip = tf->tf_eip;
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_i386.c76 supply_register(I386_EIP_REGNUM, (char *)&pcb.pcb_eip);

Completed in 58 milliseconds