Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Ddb_machdep.h51 kdb_thrctx->pcb_eip += 1; \
57 kdb_thrctx->pcb_eip -= 1; \
H A Dpcb.h59 int pcb_eip; /* (*) */ member
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c74 case 8: return (&kdb_thrctx->pcb_eip); in gdb_cpu_getreg()
91 kdb_thrctx->pcb_eip = *(register_t *)val; in gdb_cpu_setreg()
H A Dvm_machdep.c226 pcb2->pcb_eip = (int)fork_trampoline + setidt_disp; in cpu_fork()
465 pcb2->pcb_eip = (int)fork_trampoline + setidt_disp; in cpu_copy_thread()
H A Dgenassym.c115 ASSYM(PCB_EIP, offsetof(struct pcb, pcb_eip));
H A Ddb_trace.c617 ctx->pcb_eip, ctx->pcb_esp, count)); in db_trace_thread()
H A Dmachdep.c2755 pcb->pcb_eip = tf->tf_eip; in makectx()