Home
last modified time | relevance | path

Searched refs:pcb_esi (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/i386/include/
H A Dpcb.h52 int pcb_esi; /* (*) */ member
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c71 case 6: return (&kdb_thrctx->pcb_esi); in gdb_cpu_getreg()
H A Dvm_machdep.c178 pcb2->pcb_esi = (int)fork_return; /* trampoline arg */ in copy_thread()
323 td->td_pcb->pcb_esi = (int) func; /* function */ in cpu_fork_kthread_handler()
H A Dgenassym.c105 ASSYM(PCB_ESI, offsetof(struct pcb, pcb_esi));
H A Dvm86.c476 #define new_ptd pcb_esi in vm86_initialize_pae()
H A Dmachdep.c1839 pcb->pcb_esi = tf->tf_esi; in makectx()