Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/include/
H A Dpcb.h54 int pcb_esi; /* (*) */ member
/freebsd-14.2/sys/i386/i386/
H A Dgdb_machdep.c72 case 6: return (&kdb_thrctx->pcb_esi); in gdb_cpu_getreg()
H A Dvm_machdep.c180 pcb2->pcb_esi = (int)fork_return; /* trampoline arg */ in copy_thread()
325 td->td_pcb->pcb_esi = (int) func; /* function */ in cpu_fork_kthread_handler()
H A Dgenassym.c107 ASSYM(PCB_ESI, offsetof(struct pcb, pcb_esi));
H A Dvm86.c477 #define new_ptd pcb_esi in vm86_initialize_pae()
H A Dmachdep.c1848 pcb->pcb_esi = tf->tf_esi; in makectx()